Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dolamroth committed Feb 6, 2024
1 parent 10bc798 commit 4b0a2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette_web/tests/contrib/test_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_channels_crossprocess(self):

async def run_command_in_process(command_name, command_args):
cmd = (
f"cd {settings.PROJECT_ROOT_DIR} && "
f"cd {settings.PROJECT_ROOT_DIR} && "
f"{sys.executable} command.py {command_name}"
)

Expand Down

0 comments on commit 4b0a2ce

Please sign in to comment.