We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6869371 commit 7220ed0Copy full SHA for 7220ed0
1 file changed
tests/schema_simple.py
@@ -13,7 +13,6 @@
13
import inspect
14
15
16
-@schema
17
class SelectPK(dj.Lookup):
18
definition = """ # tests sql keyword escaping
19
id: int
@@ -23,7 +22,6 @@ class SelectPK(dj.Lookup):
23
22
for i in range(3) for j in range(4, 0, -1))
24
25
26
27
class KeyPK(dj.Lookup):
28
29
id : int
0 commit comments