diff options
| author | AlexSm <[email protected]> | 2024-01-10 12:22:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-10 12:22:32 +0100 |
| commit | 192598f1bfc2c72a92fb55d5722ab56c4e69585c (patch) | |
| tree | f119164816e4f2c7f8e7c732040aed44912a07f0 /devtools | |
| parent | a3823341f85b7688833c42c15759d48a1b3bf790 (diff) | |
Remove devtools folder (#895)
Diffstat (limited to 'devtools')
| -rw-r--r-- | devtools/ya/test/const/__init__.py | 1 | ||||
| -rw-r--r-- | devtools/ya/test/const/ya.make | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/devtools/ya/test/const/__init__.py b/devtools/ya/test/const/__init__.py deleted file mode 100644 index 13f770a0145..00000000000 --- a/devtools/ya/test/const/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from build.plugins.lib.test_const import * # noqa: F401, F403 diff --git a/devtools/ya/test/const/ya.make b/devtools/ya/test/const/ya.make deleted file mode 100644 index e495887db7c..00000000000 --- a/devtools/ya/test/const/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - build/plugins/lib/test_const -) - -STYLE_PYTHON() - -PY_SRCS( - NAMESPACE test.const - __init__.py -) - -END() |
