Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Jun 20, 2023
1 parent 537c201 commit 0191db7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/tests/helpers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from random import choice
from datetime import datetime

from sqlalchemy.orm import Session
from test_observer.data_access.models import Artefact, Stage, ArtefactBuild
from test_observer.data_access.models_enums import FamilyName
from test_observer.data_access.models import Artefact, Stage


def create_artefact(db_session: Session, stage_name: str, **kwargs) -> Artefact:
Expand Down

0 comments on commit 0191db7

Please sign in to comment.