Skip to content

Commit cee92d2

Browse files
committed
Ruff
1 parent f8c27a7 commit cee92d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transformerlab/shared/models/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from typing import Optional
2-
from sqlalchemy import String, JSON, DateTime, func, Integer, Index, ForeignKey, Enum
2+
from sqlalchemy import String, JSON, DateTime, func, Integer, Index, ForeignKey
33
from sqlalchemy.orm import DeclarativeBase, Mapped, mapped_column
44
import uuid
55
import enum

0 commit comments

Comments
 (0)