Skip to content

Commit

Permalink
Update for latest goodconf/pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb authored Aug 19, 2024
1 parent 371a693 commit a52490b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project_name/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ class Config(GoodConf):
"https://docs.sentry.io/product/sentry-basics/concepts/tracing/trace-view/",
)

class Config:
default_files = ["{{ project_name }}.yml"]
model_config = {"default_files": ["{{ project_name }}.yml"]}


config = Config()

0 comments on commit a52490b

Please sign in to comment.