aboutsummaryrefslogtreecommitdiffstats
path: root/python/attr/filters.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'python/attr/filters.pyi')
-rw-r--r--python/attr/filters.pyi5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/attr/filters.pyi b/python/attr/filters.pyi
deleted file mode 100644
index a618140..0000000
--- a/python/attr/filters.pyi
+++ /dev/null
@@ -1,5 +0,0 @@
-from typing import Union
-from . import Attribute, _FilterType
-
-def include(*what: Union[type, Attribute]) -> _FilterType: ...
-def exclude(*what: Union[type, Attribute]) -> _FilterType: ...