mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
(cherry picked from commit 3436f5f899
)
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
This commit is contained in:
parent
ebf650532b
commit
4bb4cde177
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
import sysconfig
|
import sysconfig
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,7 @@ import bisect
|
||||||
import calendar
|
import calendar
|
||||||
import collections
|
import collections
|
||||||
import functools
|
import functools
|
||||||
import os
|
|
||||||
import re
|
import re
|
||||||
import struct
|
|
||||||
import sys
|
|
||||||
import weakref
|
import weakref
|
||||||
from datetime import datetime, timedelta, timezone, tzinfo
|
from datetime import datetime, timedelta, timezone, tzinfo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue