Skip to content

Commit

Permalink
run 'buildtest style -a' to fix isort issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Jul 17, 2023
1 parent 317b151 commit 6556bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ exclude_lines = [
# buildtest methods that should not be coverred by regression tests
'buildspec_find',
'config_cmd',
'report_cmd',
'build_history',
]
ignore_errors = true
Expand Down
4 changes: 2 additions & 2 deletions tests/cli/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

from buildtest.cli.report import (
Report,
report_cmd,
report_summary,
clear_report,
list_report,
report_cmd,
report_summary,
)
from buildtest.config import SiteConfiguration
from buildtest.defaults import BUILD_REPORT, BUILDTEST_REPORTS, BUILDTEST_ROOT
Expand Down

0 comments on commit 6556bb8

Please sign in to comment.