Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Oct 22, 2024
1 parent 94c2e83 commit bcfa81b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arches_lingo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,15 +441,6 @@
# TODO: remove when finalizing release
SILENCED_SYSTEM_CHECKS += ["arches.E002"]

# WELL_KNOWN_RESOURCE_MODELS = [
# {
# "model_name": "Concept",
# "graphid": "bf73e576-4888-11ee-8a8d-11afefc4bff7",
# "nodes": {}, # optional additional configuration
# "to_string": lambda wkrm: str(wkrm) # optional callback for stringifying
# }
# ]

try:
from .package_settings import *
except ImportError:
Expand Down

0 comments on commit bcfa81b

Please sign in to comment.