Skip to content

Commit 841a08a

Browse files
author
Theofilos Manitaras
committed
Remove unused imports
1 parent 397fdce commit 841a08a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

unittests/test_loader.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
import pytest
88

99
import reframe as rfm
10-
from reframe.core.exceptions import (ConfigError, NameConflictError,
11-
RegressionTestLoadError,
12-
ReframeSyntaxError)
13-
from reframe.core.systems import System
10+
from reframe.core.exceptions import (NameConflictError, ReframeSyntaxError)
1411
from reframe.frontend.loader import RegressionCheckLoader
1512

1613

0 commit comments

Comments
 (0)