Skip to content

Commit

Permalink
Address linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedawnallah committed Dec 12, 2023
1 parent c2e5a33 commit 2057916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@

# ######### Fetch data and feed to neo4j ##########


class RelationCountError(Exception):
def __init__(self, message):
self.message = message
super().__init__(self.message)


logging.warning('Fetching data...')
status = {}
no_error = True
Expand Down

0 comments on commit 2057916

Please sign in to comment.