From 7164a782e7a6916000848fefa9116b9b07683335 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:53:49 +0100 Subject: [PATCH] Remove unused imports (cherry picked from commit ec3483ae269ac31874bbebf80c44472df7a7e3d4) --- game/scripts/utility/common_functions.rpy | 3 --- 1 file changed, 3 deletions(-) diff --git a/game/scripts/utility/common_functions.rpy b/game/scripts/utility/common_functions.rpy index eac3453e..ff5a0b5e 100644 --- a/game/scripts/utility/common_functions.rpy +++ b/game/scripts/utility/common_functions.rpy @@ -8,12 +8,9 @@ init python early: import fnmatch import posixpath import re - import string import functools import timeit as timeit_module - from bisect import bisect from operator import itemgetter - from operator import add as _add from collections import OrderedDict get_volume_preference = renpy.game.preferences.get_volume