Skip to content

Commit

Permalink
Fix packaging import
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Feb 7, 2022
1 parent e4a8466 commit a0b6cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isic_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import traceback

from girder_cli_oauth_client import GirderCliOAuthClient
from packaging.version import parse as parse_version
from pkg_resources import parse_version
import requests
from requests.exceptions import RequestException
import typer
Expand Down

0 comments on commit a0b6cfc

Please sign in to comment.