Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
creational design pattern
  • Loading branch information
dohyun97 authored Aug 16, 2021
commit b61a071334ad472b2a7c6886d7eb3b1486d1a8b5
1 change: 1 addition & 0 deletions cre.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def __init__(self):
sentry_dsn: str = None

@functools.lru_cache()
@staticmethod
def get_settings(**kwargs) -> BaseSettings:
"""
Read settings from the environment or `.env` file.
Expand Down