Skip to content

Commit

Permalink
Delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KubEF committed Sep 7, 2024
1 parent 307a720 commit a33be8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/autotests/test_task04.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

# Fix import statements in try block to run tests
try:
# from project.task2 import regex_to_dfa, graph_to_nfa
from project.task3 import tensor_based_rpq
from project.task4 import ms_bfs_based_rpq
except ImportError:
Expand Down

0 comments on commit a33be8a

Please sign in to comment.