mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Removed unused import from tzinfo_examples.py. (GH-7994)
This commit is contained in:
parent
a6e1e41e05
commit
3a9bb5f269
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from datetime import tzinfo, timedelta, datetime, timezone
|
||||
from datetime import tzinfo, timedelta, datetime
|
||||
|
||||
ZERO = timedelta(0)
|
||||
HOUR = timedelta(hours=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue