Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-03-08 11:13:48 +02:00
parent 2c63f8fbab
commit 5342dd554d

View file

@ -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: