mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
removed unused argument documentation
This commit is contained in:
parent
4d071e190f
commit
06a557dac7
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue