mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
fix import fails with relative one
This commit is contained in:
4
third_party/3/pkg_resources/__init__.pyi
vendored
4
third_party/3/pkg_resources/__init__.pyi
vendored
@@ -9,8 +9,8 @@ import io
|
||||
from collections import namedtuple
|
||||
import zipfile
|
||||
|
||||
from pkg_resources._vendor.packaging import version
|
||||
from pkg_resources._vendor.packaging.specifiers import SpecifierSet
|
||||
from ._vendor.packaging import version
|
||||
from ._vendor.packaging.specifiers import SpecifierSet
|
||||
|
||||
|
||||
SetuptoolsVersionType = Union['SetuptoolsVersion', 'SetuptoolsLegacyVersion']
|
||||
|
||||
0
third_party/3/pkg_resources/_vendor/__init__.py
vendored
Normal file
0
third_party/3/pkg_resources/_vendor/__init__.py
vendored
Normal file
Reference in New Issue
Block a user