Skip to content

Commit

Permalink
Fix issue with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Oct 31, 2023
1 parent 2dbf738 commit d2e5d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neomodel/scripts/neomodel_inspect_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def inspect_database(bolt_url):
class_definitions += class_definition

# Finally, parse imports
imports = ""
if IMPORTS:
special_imports = ""
if "PointProperty" in IMPORTS:
Expand Down

0 comments on commit d2e5d4b

Please sign in to comment.