Skip to content

Commit a9e250e

Browse files
authored
Merge pull request #13 from EmmasBox/dev
added missing enum import
2 parents fcff3a8 + e019a3a commit a9e250e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ztarfruit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import re
1212
import argparse
1313
import sqlalchemy
14+
from enum import Enum
1415

1516
parser = argparse.ArgumentParser(
1617
prog='Ztarfruit for RACF',

0 commit comments

Comments
 (0)