mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Remove unused variable
This commit is contained in:
parent
1f03e5c456
commit
4a16b3ba1d
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class SBoNetwork(object):
|
|||
self.sbo_dwn = SBoLink(self.sbo_url).tar_gz()
|
||||
self.sbo_version = grep.version()
|
||||
self.dwn_srcs = self.sbo_dwn.split() + self.source_dwn
|
||||
self.space = ("\n" * 50)
|
||||
Msg().done()
|
||||
|
||||
def view(self):
|
||||
|
|
Loading…
Reference in a new issue