Skip to content

Commit

Permalink
Address lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Aug 13, 2024
1 parent 62c466f commit d85c3e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


from sqlalchemy import Column, ForeignKey
from sqlalchemy import String, Integer, Float, Date, Boolean
from sqlalchemy import String, Integer, Float, Date
from geoalchemy2.types import Geometry as GeoAlchemyGeometry
from sqlalchemy.orm import relationship
from sqlalchemy_utils import JSONType
Expand Down

0 comments on commit d85c3e9

Please sign in to comment.