summaryrefslogtreecommitdiff
path: root/src/buildstream/_yaml.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_yaml.pyi')
-rw-r--r--src/buildstream/_yaml.pyi3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/_yaml.pyi b/src/buildstream/_yaml.pyi
new file mode 100644
index 000000000..215866e3e
--- /dev/null
+++ b/src/buildstream/_yaml.pyi
@@ -0,0 +1,3 @@
+# FIXME: This file is currently a placeholder so that mypy doesn't complain
+# about `_yaml` module being missing. In future, we should consider adding
+# stubs for Cythonized code.