Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-appel committed Jan 9, 2024
1 parent 9b61c2a commit 2d22767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions iyp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from typing import Optional

import requests

from neo4j import GraphDatabase

BATCH_SIZE = 50000
Expand Down
2 changes: 1 addition & 1 deletion iyp/wiki/wikihandy.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def asn2qid(self, asn, create=False):
statements=[
[self.get_pid('instance of'), self.get_qid('autonomous system'), []],
[self.get_pid('autonomous system number'), str(asn), []]
])
])

return qid

Expand Down

0 comments on commit 2d22767

Please sign in to comment.