mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Removed unused
This commit is contained in:
parent
fc37aec327
commit
1d70f7a94a
1 changed files with 15 additions and 16 deletions
|
@ -67,7 +67,6 @@ class Tracking(Configs):
|
||||||
else:
|
else:
|
||||||
for i, req in enumerate(requires, start=1):
|
for i, req in enumerate(requires, start=1):
|
||||||
|
|
||||||
if not self.utils.blacklist_pattern(req):
|
|
||||||
how_many += 1
|
how_many += 1
|
||||||
|
|
||||||
require: str = f'{self.cyan}{req}{self.endc}'
|
require: str = f'{self.cyan}{req}{self.endc}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue