bpo-40443: Remove unused imports in the zoneinfo (GH-20354) · python/cpython@4bb4cde (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 4bb4cde
and
authored
(cherry picked from commit 3436f5f) Co-authored-by: Dong-hee Na donghee.na92@gmail.com
File tree
2 files changed
lines changed
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
1 | 1 | import os |
2 | -import sys | |
3 | 2 | import sysconfig |
4 | 3 | |
5 | 4 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,10 +2,7 @@ | ||
2 | 2 | import calendar |
3 | 3 | import collections |
4 | 4 | import functools |
5 | -import os | |
6 | 5 | import re |
7 | -import struct | |
8 | -import sys | |
9 | 6 | import weakref |
10 | 7 | from datetime import datetime, timedelta, timezone, tzinfo |
11 | 8 |