Skip to content

Commit

Permalink
BUG: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mseng10 committed Jun 11, 2024
1 parent 21a2010 commit b54f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from sqlalchemy.engine import URL

# Local application imports
from models.plant import Plant, Genus,Base
from models.plant import Plant, Genus,Base, Type
from models.system import System, Light

# Load database configuration from JSON file
Expand Down

0 comments on commit b54f90b

Please sign in to comment.