Skip to content

Commit cb8b30e

Browse files
committed
Autoformat with ruff
1 parent e5b59f9 commit cb8b30e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
def some_func():
22
"""Function with same name as submodule."""
3-
pass

lazy_loader/tests/test_lazy_loader.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,6 @@ def test_parallel_load():
186186
[
187187
sys.executable,
188188
os.path.join(os.path.dirname(__file__), "import_np_parallel.py"),
189-
]
189+
],
190+
check=False,
190191
)

0 commit comments

Comments
 (0)