There was an error while loading. Please reload this page.
1 parent adb82b5 commit bd1d81dCopy full SHA for bd1d81d
1 file changed
app/core/config.py
@@ -1,8 +1,6 @@
1
import os
2
-import fsspec
3
4
-from pydantic import BaseSettings, RedisDsn, validator
5
-from kombu.utils.url import safequote
+from pydantic import BaseSettings, RedisDsn
6
7
8
class Settings(BaseSettings):
0 commit comments