Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm committed May 19, 2024
1 parent 1c71ad4 commit 8c3d94b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ryven-editor/ryven/gui/code_editor/CodePreviewWidget.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion ryvencore-qt/ryvencore_qt/src/flows/FlowCommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file contains the implementations of undoable actions for FlowView.
"""

# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion ryvencore-qt/ryvencore_qt/src/flows/FlowView.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion ryvencore-qt/ryvencore_qt/src/flows/FlowViewProxyWidget.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion ryvencore-qt/ryvencore_qt/src/flows/nodes/NodeItem.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion ryvencore-qt/ryvencore_qt/src/flows/nodes/PortItem.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prevent cyclic imports
# prevent circular imports
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
Expand Down

0 comments on commit 8c3d94b

Please sign in to comment.