From 06a557dac7bd0d3a3561194a3cce48f70b938d67 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Fri, 15 Jul 2022 00:30:22 +0200 Subject: [PATCH] removed unused argument documentation --- source/mkw/ExtractedGame.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/mkw/ExtractedGame.py b/source/mkw/ExtractedGame.py index a46dcac..0f6e252 100644 --- a/source/mkw/ExtractedGame.py +++ b/source/mkw/ExtractedGame.py @@ -57,7 +57,6 @@ class ExtractedGame: def recreate_all_szs(self) -> Generator[dict, None, None]: """ Repack all the .d directory into .szs files. - :param extracted_game: the extracted game """ yield {"description": f"Repacking all szs", "determinate": False}