Skip to content

Commit 1993eea

Browse files
style: Fix black formatting
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 011535b commit 1993eea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import certifi
99
import networkx as nx
1010
import pytest
11+
1112
minio = pytest.importorskip("minio")
1213
import urllib3
1314
from packaging import version

tests/test_cascading_delete.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_stepwise_delete(schema_simp_pop):
3636
not B()
3737
), "failed to delete from the parent table following child table deletion"
3838

39+
3940
def test_part_delete_forwards_kwargs(schema_simp_pop):
4041
assert not dj.config["safemode"], "safemode must be off for testing"
4142
assert L() and A() and B() and B.C(), "schema population failed"
@@ -45,6 +46,7 @@ def test_part_delete_forwards_kwargs(schema_simp_pop):
4546

4647
assert not B.C(), "failed to delete child table with forwarded kwargs"
4748

49+
4850
def test_delete_tree_restricted(schema_simp_pop):
4951
assert not dj.config["safemode"], "safemode must be off for testing"
5052
assert (

0 commit comments

Comments
 (0)