]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
authorDong-hee Na <donghee.na92@gmail.com>
Sun, 24 May 2020 14:37:08 +0000 (23:37 +0900)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 14:37:08 +0000 (23:37 +0900)
Lib/zoneinfo/_tzpath.py
Lib/zoneinfo/_zoneinfo.py

index c4c671d30dbdd3c77ef10e5d02ffd1aa9b1b7ffd..9e381b6e4434bde6d79ad435b843962c125d78c9 100644 (file)
@@ -1,5 +1,4 @@
 import os
-import sys
 import sysconfig
 
 
index 69133ae80a4932180be582a3e8e55c58dee312a2..b207dd346fe2569a83b96713e40573196bf877e1 100644 (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