Skip to content

Commit 89d9576

Browse files
author
Charles Larivier
committed
fix: Update MISSING type
1 parent a3fcbe3 commit 89d9576

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

metabase/missing.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11

2-
class MissingType:
2+
class MISSING:
33
pass
4-
5-
6-
MISSING = MissingType()

0 commit comments

Comments
 (0)