Remove unused imports

(cherry picked from commit ec3483ae26)
This commit is contained in:
Gouvernathor 2024-03-30 18:53:49 +01:00 committed by LoafyLemon
parent 7e4d4a6799
commit 7164a782e7
1 changed files with 0 additions and 3 deletions

View File

@ -8,12 +8,9 @@ init python early:
import fnmatch import fnmatch
import posixpath import posixpath
import re import re
import string
import functools import functools
import timeit as timeit_module import timeit as timeit_module
from bisect import bisect
from operator import itemgetter from operator import itemgetter
from operator import add as _add
from collections import OrderedDict from collections import OrderedDict
get_volume_preference = renpy.game.preferences.get_volume get_volume_preference = renpy.game.preferences.get_volume