Skip to content

Commit

Permalink
Merge pull request #4458 from anarkiwi/black
Browse files Browse the repository at this point in the history
black 24.1.0
  • Loading branch information
gizmoguy committed Jan 28, 2024
2 parents d7acc37 + a885583 commit fc9c730
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 140 deletions.
2 changes: 1 addition & 1 deletion codecheck-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.12.1
black==24.1.0
flake8==7.0.0
pylint==3.0.3
pytype==2024.1.24
6 changes: 3 additions & 3 deletions tests/generative/integration/fault_tolerance_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ def set_up(self, network_graph, stack_roots, host_links=None, host_vlans=None):
i,
{
"group_table": self.GROUP_TABLE,
"ofchannel_log": self.debug_log_path + str(i)
if self.debug_log_path
else None,
"ofchannel_log": (
self.debug_log_path + str(i) if self.debug_log_path else None
),
"hardware": "Open vSwitch",
},
)
Expand Down

0 comments on commit fc9c730

Please sign in to comment.