We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19e544 commit 3c54847Copy full SHA for 3c54847
spotiplex/config.py
@@ -1,4 +1,6 @@
1
-import os # noqa: D100
+"""Config init for spotiplex."""
2
+
3
+import os
4
5
from spotiplex.modules.confighandler.main import read_config
6
0 commit comments