Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroLuzzatto committed Nov 5, 2023
1 parent 046346a commit 88618d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

from pydantic import BaseSettings
from pydantic_settings import BaseSettings


class Settings(BaseSettings):
Expand Down
2 changes: 1 addition & 1 deletion music_flow/config/core.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

from pydantic import BaseSettings
from pydantic_settings import BaseSettings

# add all the paths

Expand Down
2 changes: 1 addition & 1 deletion music_flow/dataset/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pydantic import BaseSettings
from pydantic_settings import BaseSettings


class DatasetSettings(BaseSettings):
Expand Down

0 comments on commit 88618d9

Please sign in to comment.