Remove import.

This commit is contained in:
Matthew Stratford 2021-04-24 17:30:34 +01:00
parent 44320a483a
commit 4c88ec8333

View file

@ -20,7 +20,6 @@
# that we respond with something, FAIL or OKAY. The server doesn't like to be kept waiting.
# Stop the Pygame Hello message.
from baps_types.enums import TracklistMode
import os
os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "hide"