update utils.py to latest version
This commit is contained in:
parent
c67cfcc1cb
commit
dc1cf67527
1 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
|||
import logging, traceback
|
||||
|
||||
from functools import lru_cache
|
||||
|
||||
import pyglet.display, arcade
|
||||
import logging, arcade, traceback, pyglet.display
|
||||
|
||||
def dump_platform():
|
||||
import platform
|
||||
|
|
|
|||
Loading…
Reference in a new issue