diff options
author | shadchin <shadchin@yandex-team.com> | 2023-10-13 06:17:23 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-10-13 06:34:54 +0300 |
commit | 7bf454679ed7688910a47b369875c0ebdd77f53c (patch) | |
tree | b3b2fae8f7f75722ae04d27d10c2c286d98879dd /contrib/python/pathlib2/py3/ya.make | |
parent | 2ab57c47bc18f1caac5173ea718f9347ae3ab7ef (diff) | |
download | ydb-7bf454679ed7688910a47b369875c0ebdd77f53c.tar.gz |
Fix reimport for pathlib2
Diffstat (limited to 'contrib/python/pathlib2/py3/ya.make')
-rw-r--r-- | contrib/python/pathlib2/py3/ya.make | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/python/pathlib2/py3/ya.make b/contrib/python/pathlib2/py3/ya.make index c6262d3dff..dd46d316fa 100644 --- a/contrib/python/pathlib2/py3/ya.make +++ b/contrib/python/pathlib2/py3/ya.make @@ -10,13 +10,6 @@ PEERDIR( contrib/python/six ) -IF (PYTHON2) - PEERDIR( - contrib/deprecated/python/scandir - contrib/deprecated/python/typing - ) -ENDIF() - NO_LINT() PY_SRCS( |