mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
python-slugify: use explicit re-exports (#9225)
Fixes https://github.com/python/typeshed/pull/9224#discussion_r1027053364
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
from .__version__ import (
|
||||
__author__,
|
||||
__author_email__,
|
||||
__copyright__,
|
||||
__description__,
|
||||
__license__,
|
||||
__title__,
|
||||
__url__,
|
||||
__version__,
|
||||
__author__ as __author__,
|
||||
__author_email__ as __author_email__,
|
||||
__copyright__ as __copyright__,
|
||||
__description__ as __description__,
|
||||
__license__ as __license__,
|
||||
__title__ as __title__,
|
||||
__url__ as __url__,
|
||||
__version__ as __version__,
|
||||
)
|
||||
from .slugify import *
|
||||
from .special import *
|
||||
|
||||
Reference in New Issue
Block a user