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 29, 2023
1 parent e531d5b commit bc78ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion proxy/core/acceptor/acceptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
from ...common.types import HostPort
from ...common.logger import Logger
from ...common.backports import NonBlockingQueue
from ...common.constants import DEFAULT_LOCAL_EXECUTOR, IS_WINDOWS
from ...common.constants import IS_WINDOWS, DEFAULT_LOCAL_EXECUTOR


logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion proxy/core/work/fd/fd.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

from ...event import eventNames
from ..threadless import Threadless
from ....common.constants import IS_WINDOWS
from ....common.types import HostPort, TcpOrTlsSocket
from ....common.constants import IS_WINDOWS


T = TypeVar('T')
Expand Down

0 comments on commit bc78ffc

Please sign in to comment.