-
Notifications
You must be signed in to change notification settings - Fork 0
Update Dockerfile.vllm #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,10 @@ | |||
import pytest |
Check notice
Code scanning / CodeQL
Unused import Note
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI about 2 months ago
To fix the problem, we need to remove the unused import statement. This will clean up the code and remove the unnecessary dependency on the pytest
module. The change should be made in the success_test.py
file by deleting the line that imports pytest
.
@@ -1,2 +1 @@ | ||
import pytest | ||
|
Overview:
Details:
Where should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)