From 8f8f81a1c54737eea0c5bc456cf9b26ca399bffd Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Mon, 6 Jan 2025 13:36:45 +0200 Subject: [PATCH] umu_proton: format --- umu/umu_proton.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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,