Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-03-08 11:12:48 +02:00
parent 3042e92f2a
commit bac2cf9f44

View file

@ -113,7 +113,7 @@ class Utilities:
return [f for f in flag if f in flags] return [f for f in flag if f in flags]
@staticmethod @staticmethod
def read_packages_from_file(file) -> list: def read_packages_from_file(file) -> Generator:
""" Reads packages from file and split these to list. """ """ Reads packages from file and split these to list. """
try: try: