Skip to content

Commit 7220ed0

Browse files
committed
Fix schema_simp fixture
1 parent 6869371 commit 7220ed0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/schema_simple.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import inspect
1414

1515

16-
@schema
1716
class SelectPK(dj.Lookup):
1817
definition = """ # tests sql keyword escaping
1918
id: int
@@ -23,7 +22,6 @@ class SelectPK(dj.Lookup):
2322
for i in range(3) for j in range(4, 0, -1))
2423

2524

26-
@schema
2725
class KeyPK(dj.Lookup):
2826
definition = """ # tests sql keyword escaping
2927
id : int

0 commit comments

Comments
 (0)