Skip to content

Commit

Permalink
Merge pull request #13 from EmmasBox/dev
Browse files Browse the repository at this point in the history
added missing enum import
  • Loading branch information
EmmasBox authored Nov 22, 2024
2 parents fcff3a8 + e019a3a commit a9e250e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ztarfruit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import re

Check failure on line 11 in ztarfruit.py

View workflow job for this annotation

GitHub Actions / build

Ruff (F401)

ztarfruit.py:11:8: F401 `re` imported but unused
import argparse
import sqlalchemy

Check failure on line 13 in ztarfruit.py

View workflow job for this annotation

GitHub Actions / build

Ruff (F401)

ztarfruit.py:13:8: F401 `sqlalchemy` imported but unused
from enum import Enum

parser = argparse.ArgumentParser(
prog='Ztarfruit for RACF',
Expand Down

0 comments on commit a9e250e

Please sign in to comment.