Skip to content

Commit 9c10a2b

Browse files
committed
ci: Remove unused ty ignore comment
1 parent c38ae03 commit 9c10a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gen_structure_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from code2flow import code2flow, engine, model
1111

12-
engine.logging = MagicMock() # ty:ignore[invalid-assignment]
12+
engine.logging = MagicMock()
1313

1414

1515
model.TRUNK_COLOR = "#fca311" # ty:ignore[invalid-assignment]

0 commit comments

Comments
 (0)