summaryrefslogtreecommitdiffstats
path: root/Lib/zoneinfo/_tzpath.py
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2020-05-24 14:37:08 (GMT)
committerGitHub <noreply@github.com>2020-05-24 14:37:08 (GMT)
commit3436f5f899f272d7164add072beb18eebd46d777 (patch)
tree559cad38e58cda6e450a32cfea602af2fe4293de /Lib/zoneinfo/_tzpath.py
parent16ef3241939a3a64a447e5d7aabaf2e29deca621 (diff)
downloadcpython-3436f5f899f272d7164add072beb18eebd46d777.zip
cpython-3436f5f899f272d7164add072beb18eebd46d777.tar.gz
cpython-3436f5f899f272d7164add072beb18eebd46d777.tar.bz2
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
Diffstat (limited to 'Lib/zoneinfo/_tzpath.py')
-rw-r--r--Lib/zoneinfo/_tzpath.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/zoneinfo/_tzpath.py b/Lib/zoneinfo/_tzpath.py
index c4c671d..9e381b6 100644
--- a/Lib/zoneinfo/_tzpath.py
+++ b/Lib/zoneinfo/_tzpath.py
@@ -1,5 +1,4 @@
import os
-import sys
import sysconfig