summaryrefslogtreecommitdiffstats
path: root/devtools
diff options
context:
space:
mode:
authorAlexSm <[email protected]>2024-01-10 12:22:32 +0100
committerGitHub <[email protected]>2024-01-10 12:22:32 +0100
commit192598f1bfc2c72a92fb55d5722ab56c4e69585c (patch)
treef119164816e4f2c7f8e7c732040aed44912a07f0 /devtools
parenta3823341f85b7688833c42c15759d48a1b3bf790 (diff)
Remove devtools folder (#895)
Diffstat (limited to 'devtools')
-rw-r--r--devtools/ya/test/const/__init__.py1
-rw-r--r--devtools/ya/test/const/ya.make14
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()