diff --git a/umu/umu_proton.py b/umu/umu_proton.py index 147260aa8..1aacce480 100644 --- a/umu/umu_proton.py +++ b/umu/umu_proton.py @@ -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,