Skip to content

Commit bd1d81d

Browse files
committed
Remove kombu
1 parent adb82b5 commit bd1d81d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/core/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import os
2-
import fsspec
32

4-
from pydantic import BaseSettings, RedisDsn, validator
5-
from kombu.utils.url import safequote
3+
from pydantic import BaseSettings, RedisDsn
64

75

86
class Settings(BaseSettings):

0 commit comments

Comments
 (0)