Add final newline to fix last linting issue

This commit is contained in:
Bahadir Ciloglu 2025-11-01 16:06:28 +03:00
parent 5c167f54b0
commit 4f5fd5b888

View File

@ -263,4 +263,4 @@ def handler(job: Dict[str, Any]) -> Dict[str, Any]:
if __name__ == "__main__":
# Start the serverless worker
runpod.serverless.start({"handler": handler})
runpod.serverless.start({"handler": handler})