From bcfa81b06cc2e9617c944891abb4fcc80d4f5d25 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 21 Oct 2024 19:06:30 -0400 Subject: [PATCH] remove cruft --- arches_lingo/settings.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arches_lingo/settings.py b/arches_lingo/settings.py index 6c3dbda8..5e8c2e62 100644 --- a/arches_lingo/settings.py +++ b/arches_lingo/settings.py @@ -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: