Skip to content

Commit 11be64d

Browse files
blackify
1 parent 60c092e commit 11be64d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_declare.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ class WithSuchALongPartNameThatItCrashesMySQL(dj.Part):
359359

360360

361361
def test_regex_mismatch(schema_any):
362-
363362
class IndexAttribute(dj.Manual):
364363
definition = """
365364
index: int

tests/test_relational_operand.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ def test_union_multiple(schema_simp_pop):
574574

575575

576576
class TestDjTop:
577-
578577
def test_restrictions_by_top(self, schema_simp_pop):
579578
a = L() & dj.Top()
580579
b = L() & dj.Top(order_by=["cond_in_l", "KEY"])

0 commit comments

Comments
 (0)