Skip to content

Commit 3736845

Browse files
committed
Remove flake8 exclusion and remove unused imports.
1 parent 12c3c62 commit 3736845

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

importlib_resources/future/adapters.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
# flake8: noqa
2-
3-
import abc
4-
import os
5-
import sys
61
import pathlib
7-
import warnings
82
from contextlib import suppress
93
from types import SimpleNamespace
10-
from typing import Union
114

125
from .. import readers, _adapters
136

0 commit comments

Comments
 (0)