aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/custom_linter_util
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/testing/custom_linter_util')
-rw-r--r--library/python/testing/custom_linter_util/ya.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/library/python/testing/custom_linter_util/ya.make b/library/python/testing/custom_linter_util/ya.make
deleted file mode 100644
index c761b09afc..0000000000
--- a/library/python/testing/custom_linter_util/ya.make
+++ /dev/null
@@ -1,12 +0,0 @@
-PY3_LIBRARY()
-
-PY_SRCS(
- linter_params.py
- reporter.py
-)
-
-END()
-
-RECURSE_FOR_TESTS(
- tests
-)