]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 May 2020 14:58:25 +0000 (07:58 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 14:58:25 +0000 (07:58 -0700)
(cherry picked from commit 3436f5f899f272d7164add072beb18eebd46d777)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
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