Skip to content

Commit 31df36b

Browse files
dol-senthesamesam
authored andcommitted
imlate: black cleanup
Signed-off-by: Brian Dolbec <[email protected]> Part-of: #60 Signed-off-by: Sam James <[email protected]>
1 parent fc437d3 commit 31df36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pym/gentoolkit/imlate/imlate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def get_packages(conf):
232232
cpvr = portage.versions.best(slots[slot])
233233

234234
if cpvr:
235-
(cat, pkg, ver, rev) = portage.versions.catpkgsplit(cpvr)
235+
cat, pkg, ver, rev = portage.versions.catpkgsplit(cpvr)
236236

237237
if not cat in list(_pkgs.keys()):
238238
_pkgs[cat] = {}
@@ -488,7 +488,7 @@ def main():
488488
help="just check in the specified category/categories (comma separated) [default: %default]",
489489
)
490490

491-
(options, args) = parser.parse_args()
491+
options, args = parser.parse_args()
492492

493493
if len(args) > 0:
494494
conf["USER_PKGS"] = args

0 commit comments

Comments
 (0)