Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 21, 2024
1 parent 0323589 commit 39bcc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from tested.configs import create_bundle
from tested.features import Construct
from tested.judge.execution import ExecutionResult
from tested.languages import get_language, LANGUAGES
from tested.languages import LANGUAGES, get_language
from tested.languages.generation import get_readable_input
from tested.testsuite import Context, MainInput, Suite, Tab, Testcase, TextData
from tests.language_markers import (
Expand Down

0 comments on commit 39bcc25

Please sign in to comment.