Skip to content

Commit

Permalink
Merge branch 'shutil-rmtree-None-onexc' of https://github.com/Avasam/…
Browse files Browse the repository at this point in the history
…setuptools into shutil-rmtree-None-onexc
  • Loading branch information
Avasam committed May 24, 2024
2 parents 3f39c52 + b8fa8f9 commit d4803cb
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 d4803cb

Please sign in to comment.