mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-04 08:46:17 +01:00
Removed unused
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
3a79fae7e3
commit
5609134b7f
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ class Tracking:
|
||||||
|
|
||||||
if not requires:
|
if not requires:
|
||||||
requires = ['No dependencies']
|
requires = ['No dependencies']
|
||||||
how = 0
|
|
||||||
|
|
||||||
print(f'{yellow}{package}{endc}')
|
print(f'{yellow}{package}{endc}')
|
||||||
print(f'{char} {cyan}{" ".join([req for req in requires])}{endc}')
|
print(f'{char} {cyan}{" ".join([req for req in requires])}{endc}')
|
||||||
|
|
Loading…
Add table
Reference in a new issue