Skip to content

Commit

Permalink
Fix ide autoimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Jodry authored and Etienne Jodry committed Aug 8, 2024
1 parent 8fb1b05 commit fbbf4be
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/biodm/tables/group.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
from typing import Optional, List, TYPE_CHECKING
from uuid import UUID
from typing import List, TYPE_CHECKING

from httpx import get
from sqlalchemy import Column, String, Integer, ForeignKey, and_, literal, SQLColumnExpression
from sqlalchemy import String, literal, SQLColumnExpression
from sqlalchemy.sql.functions import func
from sqlalchemy.orm import Mapped, mapped_column, relationship, aliased, foreign
from sqlalchemy.ext.hybrid import hybrid_property
# from sqlalchemy.dialects.sqlite
# from typing import Dict

from biodm.components import Base
from biodm import config
from biodm.exceptions import ImplementionError
from .asso import asso_user_group


Expand Down

0 comments on commit fbbf4be

Please sign in to comment.