Skip to content

Commit

Permalink
Update setuptools/compat/py311.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored May 24, 2024
1 parent 0832489 commit b8fa8f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setuptools/compat/py311.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import shutil
import sys
from typing import TYPE_CHECKING
from collections.abc import Callable
from typing import Any
from typing import Any, Callable, TYPE_CHECKING

if TYPE_CHECKING:
from _typeshed import StrOrBytesPath, ExcInfo
Expand Down

0 comments on commit b8fa8f9

Please sign in to comment.