Skip to content

Commit 4d22735

Browse files
committed
Updated pypi url
1 parent f27e26e commit 4d22735

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def log_version_info():
6262
local_version = parse(__version__)
6363
if local_version.is_prerelease:
6464
logger.info(PACKAGE_VERSION_INFO_MESSAGE.format(__version__))
65-
req = requests.get("https://pypi.python.org/pypi/superannotate/json")
65+
req = requests.get("https://pypi.org/pypi/superannotate/json")
6666
if req.ok:
6767
releases = req.json().get("releases", [])
6868
pip_version = parse("0")

tests/integration/test_convert_project_type.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
from pathlib import Path
55
from tests import DATA_SET_PATH
66

7-
87
from src.superannotate import convert_project_type
9-
108
from unittest import TestCase
119

1210

0 commit comments

Comments
 (0)