mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Further de-linting of zoneinfo module (#20499)
* Remove unused imports in zoneinfo * Remove unused variables in zoneinfo * Remove else after raise
This commit is contained in:
parent
895c9c1d43
commit
364b5ead15
4 changed files with 5 additions and 12 deletions
|
|
@ -4,7 +4,7 @@ import collections
|
|||
import functools
|
||||
import re
|
||||
import weakref
|
||||
from datetime import datetime, timedelta, timezone, tzinfo
|
||||
from datetime import datetime, timedelta, tzinfo
|
||||
|
||||
from . import _common, _tzpath
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue