Skip to content

Commit

Permalink
make it black
Browse files Browse the repository at this point in the history
  • Loading branch information
kn-ms committed Sep 25, 2023
1 parent 10e5741 commit 8d71114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testplan/testing/multitest/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,9 @@ def stop_test_resources(self):

def get_metadata(self) -> TestMetadata:
return TestMetadata(
self.name, self.cfg.description, [get_suite_metadata(suite) for suite in self.suites]
self.name,
self.cfg.description,
[get_suite_metadata(suite) for suite in self.suites],
)

@property
Expand Down

0 comments on commit 8d71114

Please sign in to comment.