Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Sep 19, 2023
1 parent a0618e2 commit 1bbf36a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_collector.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from io import StringIO
from pathlib import Path

from manual_utils import assert_valid_output, configuration

from tested.configs import create_bundle
from tested.dodona import (
CloseContext,
Expand All @@ -29,6 +27,7 @@
Tab,
Testcase,
)
from tests.manual_utils import assert_valid_output, configuration

TEST_SUITE = Suite(
tabs=[
Expand Down

0 comments on commit 1bbf36a

Please sign in to comment.