Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Feb 7, 2025
1 parent b263f43 commit e564f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ def import_saves_folder(from_appid: int, relative_path: str) -> bool:
relative_path: Path to reach the target folder that has the save data, starting from the .../pfx/drive_c/users/steamuser folder
For example for the "My Documents/(Game name)" folder, just use "My Documents/(Game name)".
"""

from pathlib import Path
paths = []
# Valid Steam app IDs always end with a zero.
Expand Down

0 comments on commit e564f34

Please sign in to comment.