removed unused argument documentation

This commit is contained in:
Faraphel 2022-07-15 00:30:22 +02:00
parent 4d071e190f
commit 06a557dac7

View file

@ -57,7 +57,6 @@ class ExtractedGame:
def recreate_all_szs(self) -> Generator[dict, None, None]: def recreate_all_szs(self) -> Generator[dict, None, None]:
""" """
Repack all the .d directory into .szs files. Repack all the .d directory into .szs files.
:param extracted_game: the extracted game
""" """
yield {"description": f"Repacking all szs", "determinate": False} yield {"description": f"Repacking all szs", "determinate": False}