Skip to content

Commit

Permalink
remove unused settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Nov 14, 2023
1 parent 09fb1e7 commit bcae297
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dx/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ class Settings(BaseSettings):
NUM_PAST_SAMPLES_TRACKED: int = 3
DB_LOCATION: str = ":memory:"

GENERATE_DEX_METADATA: bool = False
ALLOW_NOTEABLE_ATTRS: bool = True

@validator("RENDERABLE_TYPES", pre=True, always=True)
def validate_renderables(cls, vals):
"""Allow passing comma-separated strings or actual types."""
Expand Down

0 comments on commit bcae297

Please sign in to comment.