summaryrefslogtreecommitdiff
path: root/src/buildstream
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-08-29 10:51:39 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-30 15:36:34 +0000
commit20efef5ee45ca8acee893a4a7e89a96f1c773fc5 (patch)
tree5b849d4b1154f3faaa8e6b7c52f94727b4f09f54 /src/buildstream
parente5c72f4de5ba8fdb96dff6255c48c0e5db44b8d7 (diff)
downloadbuildstream-20efef5ee45ca8acee893a4a7e89a96f1c773fc5.tar.gz
_types.pyi: Add type information for the cython module
Diffstat (limited to 'src/buildstream')
-rw-r--r--src/buildstream/_types.pyi1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/_types.pyi b/src/buildstream/_types.pyi
new file mode 100644
index 000000000..d1986fc4a
--- /dev/null
+++ b/src/buildstream/_types.pyi
@@ -0,0 +1 @@
+class MetaFastEnum(type): ...