From d912dfb8736c28ae0056ff8f5c139be060364ae7 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Thu, 29 Feb 2024 01:30:49 -0500 Subject: [PATCH] fix the #430 fix in #431 (#432) fixes the #430 fix in #431: makes the linter happy? --- .devcontainer/commands/post-create-command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/commands/post-create-command.sh b/.devcontainer/commands/post-create-command.sh index 00187290..c3229490 100755 --- a/.devcontainer/commands/post-create-command.sh +++ b/.devcontainer/commands/post-create-command.sh @@ -2,4 +2,4 @@ echo "Running post-create-command.sh" curl -sSL https://install.python-poetry.org | python3 - -poetry install --all-extras \ No newline at end of file +poetry install --all-extras