Skip to content

Commit

Permalink
chore(watcher): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Feb 14, 2024
1 parent 876bfde commit 1d44488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antarest/study/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import typing as t

from pydantic import BaseModel, NonNegativeInt
from sqlalchemy import func, not_, or_, select # type: ignore
from sqlalchemy import func, not_, or_ # type: ignore
from sqlalchemy.orm import Session, joinedload, with_polymorphic # type: ignore

from antarest.core.interfaces.cache import ICache
Expand Down

0 comments on commit 1d44488

Please sign in to comment.