Skip to content

Commit

Permalink
🔥 satisfy pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-schmitt committed May 27, 2024
1 parent c80da4d commit c2fd0d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tracex_project/extraction/tests/test_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from extraction.logic.orchestrator import ExtractionConfiguration, Orchestrator
from extraction.logic.modules import (
Preprocessor,
ActivityLabeler,
CohortTagger,
)
Expand Down
2 changes: 0 additions & 2 deletions tracex_project/extraction/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
JourneyUploadForm,
JourneySelectForm,
FilterForm,
ResultForm,
)
from extraction.models import (
PatientJourney,
Expand All @@ -20,7 +19,6 @@
JourneySelectView,
JourneyDetailView,
JourneyFilterView,
ResultView,
)


Expand Down

0 comments on commit c2fd0d8

Please sign in to comment.