Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4bb4cde

Browse files
miss-islingtoncorona10
andauthoredMay 24, 2020
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
(cherry picked from commit 3436f5f) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
1 parent ebf6505 commit 4bb4cde

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎Lib/zoneinfo/_tzpath.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import sys
32
import sysconfig
43

54

‎Lib/zoneinfo/_zoneinfo.py

-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
import calendar
33
import collections
44
import functools
5-
import os
65
import re
7-
import struct
8-
import sys
96
import weakref
107
from datetime import datetime, timedelta, timezone, tzinfo
118

0 commit comments

Comments
 (0)
Please sign in to comment.