mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
Remove rogue imports
This commit is contained in:
@@ -12,7 +12,7 @@ except ImportError:
|
||||
from jinja2 import Template
|
||||
|
||||
from pyp2spec.rpmversion import RpmVersion
|
||||
from pyp2spec.utils import Pyp2specError, normalize_as_wheel_name
|
||||
from pyp2spec.utils import Pyp2specError
|
||||
from pyp2spec.utils import warn, yay
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from packaging.metadata import parse_email
|
||||
|
||||
import requests
|
||||
|
||||
from pyp2spec.utils import Pyp2specError, filter_license_classifiers
|
||||
from pyp2spec.utils import Pyp2specError
|
||||
|
||||
|
||||
class PackageNotFoundError(Pyp2specError):
|
||||
|
||||
Reference in New Issue
Block a user