Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 18, 2024
1 parent 1479b42 commit 8b90ce2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nx_arangodb/classes/dict/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ def __init__(
self.db = db
self.adb_graph = graph
self.graph_name = graph.name
self.collection_name = os.environ.get(
"DATABASE_GRAPH_COLLECTION", "_graphs"
)
self.collection_name = os.environ.get("DATABASE_GRAPH_COLLECTION", "_graphs")

self.graph_id = f"{self.collection_name}/{self.graph_name}"
self.parent_keys = [GRAPH_FIELD]
Expand Down

0 comments on commit 8b90ce2

Please sign in to comment.