diff --git a/stubs/greplin/scales/aggregation_test.pyi b/stubs/greplin/scales/aggregation_test.pyi deleted file mode 100644 --- a/stubs/greplin/scales/aggregation_test.pyi +++ /dev/null @@ -1,9 +0,0 @@ -# Stubs for greplin.scales.aggregation_test (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -import unittest - -class AggregationTest(unittest.TestCase): - def testNoData(self) -> None: ... - def testRegex(self) -> None: ...