Skip to content

Commit

Permalink
Fix post-merge failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Oct 24, 2024
1 parent 50dec2f commit a6dffa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reframe/frontend/reporting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
from reframe.core.warnings import suppress_deprecations
from reframe.utility import nodelist_abbrev, nodelist_expand, OrderedSet
from .storage import StorageBackend
from .utility import Aggregator, parse_cmp_spec, parse_query_spec
from .utility import (Aggregator, parse_cmp_spec,
parse_query_spec, parse_time_period)

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

0 comments on commit a6dffa7

Please sign in to comment.