api: Remove unused variable
This commit is contained in:
@@ -926,7 +926,6 @@ def clearCache(all=False):
|
|||||||
name, full_version = util.parse_package_name(f)
|
name, full_version = util.parse_package_name(f)
|
||||||
version, release, build = pisi.util.split_version(full_version)
|
version, release, build = pisi.util.split_version(full_version)
|
||||||
|
|
||||||
version = Version(version)
|
|
||||||
release = int(release)
|
release = int(release)
|
||||||
if build:
|
if build:
|
||||||
build = int(build)
|
build = int(build)
|
||||||
|
|||||||
Reference in New Issue
Block a user