]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Further de-linting of zoneinfo module (GH-20499)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 May 2020 13:53:52 +0000 (06:53 -0700)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 13:53:52 +0000 (06:53 -0700)
commit805fa546765ef3d802723ca4c1f29b147b7ff0f4
tree5153f7eb3bf973dfe5880778ff3b6751c6c6636c
parentad088ca5c6adc4a107411cad62b83f5c6e06b5ed
Further de-linting of zoneinfo module (GH-20499)

* Remove unused imports in zoneinfo

* Remove unused variables in zoneinfo

* Remove else after raise
(cherry picked from commit 364b5ead1584583db91ef7f9d9f87f01bfbb5774)

Co-authored-by: Paul Ganssle <paul@ganssle.io>
Lib/test/test_zoneinfo/test_zoneinfo.py
Lib/zoneinfo/_common.py
Lib/zoneinfo/_tzpath.py
Lib/zoneinfo/_zoneinfo.py