Skip to content

Commit

Permalink
umu_proton: format
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jan 6, 2025
1 parent 0641650 commit 8f8f81a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion umu/umu_proton.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
from urllib3.response import BaseHTTPResponse

from umu.umu_bspatch import Content, ContentContainer, CustomPatcher
from umu.umu_consts import STEAM_COMPAT, UMU_CACHE, UMU_COMPAT, UMU_LOCAL, HTTPMethod
from umu.umu_consts import (
STEAM_COMPAT,
UMU_CACHE,
UMU_COMPAT,
UMU_LOCAL,
HTTPMethod,
)
from umu.umu_log import log
from umu.umu_util import (
extract_tarfile,
Expand Down

0 comments on commit 8f8f81a

Please sign in to comment.