Skip to content

Commit

Permalink
ci: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Mar 21, 2023
1 parent 44e9c02 commit 3fa6023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytoda/preprocessing/crawlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from itertools import filterfalse
from typing import Iterable, List, Tuple, Union
from urllib.error import HTTPError, URLError

import pubchempy as pcp
from pubchempy import BadRequestError, PubChemHTTPError
from unidecode import unidecode
Expand Down
2 changes: 1 addition & 1 deletion pytoda/preprocessing/tests/test_crawlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from pytoda.preprocessing.crawlers import ( # query_pubchem,; remove_pubchem_smiles,
get_smiles_from_pubchem,
get_smiles_from_zinc,
remove_pubchem_smiles,
query_pubchem,
remove_pubchem_smiles,
)


Expand Down

0 comments on commit 3fa6023

Please sign in to comment.