bpo-40443: Remove unused imports in the zoneinfo (GH-20354)

This commit is contained in:
Dong-hee Na 2020-05-24 23:37:08 +09:00 committed by GitHub
parent 16ef324193
commit 3436f5f899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
import os
import sys
import sysconfig

View File

@ -2,10 +2,7 @@ import bisect
import calendar
import collections
import functools
import os
import re
import struct
import sys
import weakref
from datetime import datetime, timedelta, timezone, tzinfo