Skip to content

Commit

Permalink
Remove unused entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jan 14, 2025
1 parent 8d28e4e commit 3b33047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion stubs/setuptools/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ setuptools._distutils.command.install_data
setuptools._distutils.command.install_egg_info
setuptools._distutils.command.install_headers
setuptools._distutils.compat.py39
setuptools._distutils.core
setuptools._distutils.cygwinccompiler
setuptools._distutils.debug
setuptools._distutils.dir_util
Expand Down
4 changes: 2 additions & 2 deletions stubs/setuptools/setuptools/_distutils/core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ from collections.abc import Iterable, Mapping
from typing import Final, TypedDict, type_check_only
from typing_extensions import Unpack

from ..dist import Distribution as Distribution
from ..extension import Extension as Extension
from .cmd import Command as Command
from .dist import Distribution as Distribution
from .extension import Extension as Extension

@type_check_only
class _SetupArgs(TypedDict, total=False): # total=False for custom Distributions that could accept more arguments
Expand Down

0 comments on commit 3b33047

Please sign in to comment.