Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 24, 2024
1 parent 89cf3d9 commit 0ca7307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/gl/uniform.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

import struct
from ctypes import POINTER, cast, c_float, c_int, c_uint, c_double
from ctypes import POINTER, c_double, c_float, c_int, c_uint, cast

from pyglet import gl

Expand Down

0 comments on commit 0ca7307

Please sign in to comment.