Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Jun 19, 2024
1 parent 3cdeff4 commit 055bdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uk/ac/ebi/vfb/neo4j/KB_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
import warnings
import re
import json
from xmlrpc.client import ProtocolError
from urllib3.exceptions import ProtocolError, InvalidChunkLength
import pandas as pd
import http.client
#import psycopg2
import requests
from requests.exceptions import ChunkedEncodingError, ConnectionError, InvalidChunkLength
from requests.exceptions import ChunkedEncodingError, ConnectionError
from .neo4j_tools import neo4j_connect, results_2_dict_list
from .SQL_tools import get_fb_conn, dict_cursor
from ..curie_tools import map_iri
Expand Down

0 comments on commit 055bdee

Please sign in to comment.