Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Nov 5, 2024
1 parent d49847b commit e8b4901
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions reframe/frontend/reporting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# SPDX-License-Identifier: BSD-3-Clause

import decimal
import collections
import functools
import inspect
import json
Expand All @@ -31,8 +30,7 @@
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, parse_time_period)
from .utility import Aggregator, parse_cmp_spec, parse_query_spec

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

0 comments on commit e8b4901

Please sign in to comment.