From ac5d4c8389114230c0958784c5aadb33aee0521f Mon Sep 17 00:00:00 2001 From: tretrauit Date: Sat, 17 Jun 2023 23:08:35 +0700 Subject: [PATCH] fmt: black I forgor to install pre-commit to my tuxtux --- vollerei/cli/hsr.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vollerei/cli/hsr.py b/vollerei/cli/hsr.py index 4580877..6e45809 100644 --- a/vollerei/cli/hsr.py +++ b/vollerei/cli/hsr.py @@ -51,4 +51,6 @@ class HSR: "Patching succeeded, but note that you need to run the game using Jadeite to use the patch." ) print(f'E.g: I_WANT_A_BAN=1 {exe_path} "{self._game.path}"') - print("And for your own sake, please only use testing accounts, as there is an extremely high risk of getting banned.") + print( + "And for your own sake, please only use testing accounts, as there is an extremely high risk of getting banned." + )