Skip to content

Commit

Permalink
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3436f5f)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
  • Loading branch information
miss-islington and corona10 committed May 24, 2020
1 parent ebf6505 commit 4bb4cde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Lib/zoneinfo/_tzpath.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
import sysconfig


Expand Down
3 changes: 0 additions & 3 deletions Lib/zoneinfo/_zoneinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
import calendar
import collections
import functools
import os
import re
import struct
import sys
import weakref
from datetime import datetime, timedelta, timezone, tzinfo

Expand Down

0 comments on commit 4bb4cde

Please sign in to comment.