Skip to content

Commit a6dffa7

Browse files
committed
Fix post-merge failure
1 parent 50dec2f commit a6dffa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reframe/frontend/reporting/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
from reframe.core.warnings import suppress_deprecations
3232
from reframe.utility import nodelist_abbrev, nodelist_expand, OrderedSet
3333
from .storage import StorageBackend
34-
from .utility import Aggregator, parse_cmp_spec, parse_query_spec
34+
from .utility import (Aggregator, parse_cmp_spec,
35+
parse_query_spec, parse_time_period)
3536

3637
# The schema data version
3738
# Major version bumps are expected to break the validation of previous schemas

0 commit comments

Comments
 (0)