Removed unused import from tzinfo_examples.py. (GH-7994)

(cherry picked from commit 3a9bb5f269)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-07-04 22:08:26 -07:00 committed by GitHub
parent a8bb18bbb9
commit 4881360d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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)