Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 7, 2021
1 parent dfc5ca0 commit 6eb2ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bio2bel/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import requests
from botocore.client import BaseClient
from pkg_resources import UnknownExtra, VersionConflict, iter_entry_points
from pystow.utils import name_from_url

import pybel.config
from pystow.utils import name_from_url
from .constants import BIO2BEL_MODULE

__all__ = [
Expand Down

0 comments on commit 6eb2ff2

Please sign in to comment.