Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2023
1 parent 885dac5 commit 91e7052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion proxy/common/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import logging
import importlib
import itertools
from typing import Any, Dict, List, Tuple, Union, Optional, Type
from typing import Any, Dict, List, Type, Tuple, Union, Optional

from .utils import text_, bytes_
from .constants import DOT, COMMA, DEFAULT_ABC_PLUGINS
Expand Down
1 change: 0 additions & 1 deletion tests/common/test_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from proxy.common.utils import bytes_
from proxy.common.version import __version__
from proxy.common.constants import PLUGIN_HTTP_PROXY, PY2_DEPRECATION_MESSAGE

from . import my_plugins


Expand Down

0 comments on commit 91e7052

Please # to comment.