mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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:
|
||||
for i, req in enumerate(requires, start=1):
|
||||
|
||||
if not self.utils.blacklist_pattern(req):
|
||||
how_many += 1
|
||||
|
||||
require: str = f'{self.cyan}{req}{self.endc}'
|
||||
|
|
Loading…
Add table
Reference in a new issue