Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Oct 18, 2022
1 parent acf727c commit fc2c0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appserver/neo4japp/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ class SortDirection(Enum):
DESC = 'desc'



KEGG_ENABLED = bool(os.getenv('KEGG_ENABLED', False))


# enrichment labels
class EnrichmentDomain(Enum):
UNIPROT = 'UniProt'
Expand All @@ -70,6 +70,7 @@ class KGDomain(Enum):
if KEGG_ENABLED:
KEGG = 'KEGG'


class LogEventType(Enum):
ANNOTATION = 'annotations'
AUTHENTICATION = 'authentication'
Expand Down Expand Up @@ -518,4 +519,3 @@ def is_db_name(s: str):
SEED_FILE_KEY_FILES = 'neo4japp.models.Files'
SEED_FILE_KEY_USER = 'neo4japp.models.AppUser'
SEED_FILE_KEY_FILE_CONTENT = 'neo4japp.models.FileContent'

0 comments on commit fc2c0dc

Please sign in to comment.