We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38ae03 commit 9c10a2bCopy full SHA for 9c10a2b
1 file changed
scripts/gen_structure_docs.py
@@ -9,7 +9,7 @@
9
10
from code2flow import code2flow, engine, model
11
12
-engine.logging = MagicMock() # ty:ignore[invalid-assignment]
+engine.logging = MagicMock()
13
14
15
model.TRUNK_COLOR = "#fca311" # ty:ignore[invalid-assignment]
0 commit comments