mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for coding style
This commit is contained in:
parent
3042e92f2a
commit
bac2cf9f44
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class Utilities:
|
|||
return [f for f in flag if f in flags]
|
||||
|
||||
@staticmethod
|
||||
def read_packages_from_file(file) -> list:
|
||||
def read_packages_from_file(file) -> Generator:
|
||||
""" Reads packages from file and split these to list. """
|
||||
try:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue