Skip to content

Commit

Permalink
reformatted with updated black env
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Jun 17, 2024
1 parent 343ea6f commit e2cf729
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,18 @@ def get_golr_config():


class ESOLR(Enum):

"""Enum for the GOLR URL."""

GOLR = get_golr_config()["solr_url"]["url"]


class ESPARQL(Enum):

"""Enum for the SPARQL endpoint URL."""

SPARQL = get_sparql_endpoint()


class ESOLRDoc(Enum):

"""Enum for the GOLR document type."""

ONTOLOGY = "ontology_class"
Expand Down

0 comments on commit e2cf729

Please sign in to comment.