Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll committed May 30, 2024
1 parent 95ce631 commit 2b00226
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ def regression_tests_command(self) -> List[str]:
self.run_id or "",
"--should-read-with-state",
str(self.should_read_with_state),
] + selected_streams
]
+ selected_streams
)
run_pytest_with_proxy = dedent(
f"""
Expand Down

0 comments on commit 2b00226

Please sign in to comment.