mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for coding style
This commit is contained in:
parent
2c63f8fbab
commit
5342dd554d
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) -> Generator:
|
||||
def read_packages_from_file(file: str) -> Generator:
|
||||
""" Reads packages from file and split these to list. """
|
||||
try:
|
||||
|
||||
|
|
Loading…
Reference in a new issue