From 9d3ee84f96647351b947d093337d850fee4a5d0f Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 3 Jan 2024 19:24:40 +0000 Subject: [PATCH] Remove unused import for lints --- 06_gpu_and_ml/dreambooth/dreambooth_app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/06_gpu_and_ml/dreambooth/dreambooth_app.py b/06_gpu_and_ml/dreambooth/dreambooth_app.py index 602bc5816..0652259f4 100644 --- a/06_gpu_and_ml/dreambooth/dreambooth_app.py +++ b/06_gpu_and_ml/dreambooth/dreambooth_app.py @@ -33,7 +33,6 @@ from modal import ( Image, Mount, - Secret, Stub, Volume, asgi_app,