Skip to content

Commit

Permalink
Remove flake8 exclusion and remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 25, 2024
1 parent 12c3c62 commit 3736845
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions importlib_resources/future/adapters.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# flake8: noqa

import abc
import os
import sys
import pathlib
import warnings
from contextlib import suppress
from types import SimpleNamespace
from typing import Union

from .. import readers, _adapters

Expand Down

0 comments on commit 3736845

Please sign in to comment.