Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Jul 28, 2024
1 parent f2c8b17 commit 7c13c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/example/cycles/domain_one/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

from domain_two import x

y = 1
x
1 change: 1 addition & 0 deletions python/tests/example/cycles/domain_three/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from __future__ import annotations

from domain_one import y

x = 3
Expand Down

0 comments on commit 7c13c72

Please sign in to comment.