Skip to content

Commit 3a9bb5f

Browse files
sir-sigurdMariatta
authored andcommitted
Removed unused import from tzinfo_examples.py. (GH-7994)
1 parent a6e1e41 commit 3a9bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/includes/tzinfo_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from datetime import tzinfo, timedelta, datetime, timezone
1+
from datetime import tzinfo, timedelta, datetime
22

33
ZERO = timedelta(0)
44
HOUR = timedelta(hours=1)

0 commit comments

Comments
 (0)