diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-28 17:49:28 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-28 17:58:46 +0300 |
commit | 05f1a7bca5400633bcb52b58affe23880df1fd0e (patch) | |
tree | 87744c3c5cb786fddbe15004779b941988a0b7d7 /contrib/python/zope.interface/py3/zope/interface/__init__.py | |
parent | dc1a94ab8d6985d2dcf888fa1881e7b80f7042b1 (diff) | |
download | ydb-05f1a7bca5400633bcb52b58affe23880df1fd0e.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/zope.interface/py3/zope/interface/__init__.py')
-rw-r--r-- | contrib/python/zope.interface/py3/zope/interface/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/zope.interface/py3/zope/interface/__init__.py b/contrib/python/zope.interface/py3/zope/interface/__init__.py index 8be812dd6c..2b8e7eb45b 100644 --- a/contrib/python/zope.interface/py3/zope/interface/__init__.py +++ b/contrib/python/zope.interface/py3/zope/interface/__init__.py @@ -58,7 +58,7 @@ from zope.interface.interface import _wire _wire() del _wire -from zope.interface.declarations import Declaration +from zope.interface.declarations import Declaration # isort: skip # The following are to make spec pickles cleaner from zope.interface.declarations import Provides from zope.interface.declarations import alsoProvides |