Remove unused imports

This commit is contained in:
Gouvernathor 2024-03-30 18:53:49 +01:00
parent 750d8dff4d
commit ec3483ae26
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