Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoag authored Apr 4, 2024
1 parent 059bca3 commit 1893beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gamefixes-steam/23460.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"""
#pylint: disable=C0103

import os, subprocess
import os
import subprocess
from protonfixes import util

def main():
Expand Down

0 comments on commit 1893beb

Please sign in to comment.