Skip to content

Commit c783dda

Browse files
authored
Allowlist useless modules (#8340)
These are the ones I chose not to add from #8321 Fixes most of #8339
1 parent a57e182 commit c783dda

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
retry.compat
2+
retry.tests
3+
retry.tests.test_retry
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# looks like developer tooling that's not part of the public API
2+
stdlib_list.fetch
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tzlocal.unix
2+
tzlocal.win32
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
xxhash._xxhash

0 commit comments

Comments
 (0)