Skip to content

Commit f0ddcea

Browse files
committed
Remove unused imports
1 parent 04f1cc2 commit f0ddcea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reframe/frontend/reporting/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717
import time
1818
import uuid
1919
from collections import UserDict
20-
from collections.abc import Hashable
2120

2221
import reframe as rfm
2322
import reframe.utility.jsonext as jsonext
2423
import reframe.utility.osext as osext
2524
from reframe.core.exceptions import ReframeError, what, is_severe, reraise_as
2625
from reframe.core.logging import getlogger, _format_time_rfc3339, time_function
27-
from reframe.core.runtime import runtime
2826
from reframe.core.warnings import suppress_deprecations
2927
from reframe.utility import nodelist_abbrev, OrderedSet
3028
from .storage import StorageBackend

0 commit comments

Comments
 (0)