fixed failing tests in tests/commands/test_commands.py by adding NONE='' option to MarginMode

This commit is contained in:
Sam Germain
2022-02-02 13:18:42 -06:00
parent f58b92bb86
commit bc6614df2d
2 changed files with 2 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ class MarginMode(Enum):
"""
CROSS = "cross"
ISOLATED = "isolated"
NONE = ''