Skip to content

Commit 9b51c3d

Browse files
committedMar 7, 2025
Remove unused Integer import from sqlalchemy
The unused `Integer` import was removed to clean up the code and ensure a more maintainable import structure. This change has no impact on functionality but improves code readability.
1 parent 60bb4cb commit 9b51c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎keep/api/models/db/topology.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from uuid import UUID, uuid4
44

55
from pydantic import BaseModel
6-
from sqlalchemy import DateTime, ForeignKey, Integer, PrimaryKeyConstraint, ForeignKeyConstraint
6+
from sqlalchemy import DateTime, ForeignKey, PrimaryKeyConstraint, ForeignKeyConstraint
77
from sqlmodel import JSON, Column, Field, Relationship, SQLModel, func
88

99

0 commit comments

Comments
 (0)