Skip to content

Commit

Permalink
fiexed import for filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gitjannes committed Nov 26, 2024
1 parent 5c1d1ab commit dc20121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/runs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from django.urls import reverse
from django.conf import settings

from protzilla.filter import filter_runs
from ui.runs.filter import filter_runs #
from protzilla.run import Run, get_available_run_names
from protzilla.run_v2 import delete_run_folder, get_available_runs
from protzilla.run_helper import log_messages
Expand Down

0 comments on commit dc20121

Please sign in to comment.