From 3344bd7fc0c40a8cc9dad89e9ed1a29fb1be946e Mon Sep 17 00:00:00 2001 From: David Date: Sat, 6 Dec 2025 21:54:19 +0100 Subject: [PATCH] remove exclamation mark in package check Removed exclamation mark from success message in import verification. The previous version threw error `bash: !': event not found` on my machine --- workshop/Module-00.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/Module-00.md b/workshop/Module-00.md index 4d72e22..1535efb 100644 --- a/workshop/Module-00.md +++ b/workshop/Module-00.md @@ -297,7 +297,7 @@ All dependencies were automatically installed when your Codespace was created vi 2. **Verify key packages can be imported**: ```bash - python -c "import fastapi, uvicorn, beanie, motor; print('✓ All packages installed successfully!')" + python -c "import fastapi, uvicorn, beanie, motor; print('✓ All packages installed successfully')" ``` Expected output: