]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed unused import from tzinfo_examples.py. (GH-7994)
authorSergey Fedoseev <fedoseev.sergey@gmail.com>
Thu, 5 Jul 2018 04:47:37 +0000 (09:47 +0500)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 5 Jul 2018 04:47:37 +0000 (21:47 -0700)
Doc/includes/tzinfo_examples.py

index ae5a5092665f09fdb4e002b6efb66de1961cf9ea..9b9e32a553e7d8e82037e9383e22c856a063328e 100644 (file)
@@ -1,4 +1,4 @@
-from datetime import tzinfo, timedelta, datetime, timezone
+from datetime import tzinfo, timedelta, datetime
 
 ZERO = timedelta(0)
 HOUR = timedelta(hours=1)