Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanspauwen committed Jul 27, 2023
1 parent 36b3a5d commit 1b2c497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/module_example/chatserver_componentview.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from example.workspace import workspace
from example.chatsystem import chat_server
from .workspace import workspace
from .chatsystem import chat_server

workspace.ComponentView(
chat_server,
Expand Down
4 changes: 2 additions & 2 deletions examples/module_example/chatsystem_containerview.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from example.workspace import workspace
from example.chatsystem import chat_system
from .workspace import workspace
from .chatsystem import chat_system

workspace.ContainerView(
chat_system,
Expand Down
2 changes: 1 addition & 1 deletion examples/module_example/systemlandscapeview.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from example.workspace import workspace
from .workspace import workspace

system_view = workspace.SystemLandscapeView(
"System View",
Expand Down

0 comments on commit 1b2c497

Please sign in to comment.