Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari-W committed Jul 9, 2023
1 parent 99afad0 commit f178faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ discord.py
httpx
itsdangerous
jinja2
slowapi
slowapi
pydantic-settings
2 changes: 1 addition & 1 deletion src/env.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 Env(BaseSettings):
Expand Down

0 comments on commit f178faf

Please sign in to comment.