Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar authored Nov 19, 2023
1 parent 28353e2 commit a23a710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import os
import pygame

from pygame._sdl2 import Window, Texture, Image, Renderer, get_drivers, messagebox
from pygame._sdl2 import Window, Texture, Image, Renderer, get_drivers

data_dir = os.path.join(os.path.split(os.path.abspath(__file__))[0], "data")

Expand Down

0 comments on commit a23a710

Please sign in to comment.