Skip to content

Commit

Permalink
we should probably have a pre-commit hook to auto-add this
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Apr 25, 2024
1 parent f1044a0 commit ce4b418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/twisted/internet/test/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
L{twisted.internet.endpoints}.
"""

from __future__ import annotations

from errno import EPERM
from socket import AF_INET, AF_INET6, IPPROTO_TCP, SOCK_STREAM, AddressFamily, gaierror
from types import FunctionType
Expand Down

0 comments on commit ce4b418

Please sign in to comment.