Skip to content

Commit 38333a4

Browse files
authored
Small formatting fix (#2181)
1 parent 462a57d commit 38333a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcade/tilemap/tilemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
TextureKeyframe,
3030
get_window,
3131
)
32-
from arcade.types import Color as ArcadeColor
3332
from arcade.hitbox import HitBoxAlgorithm, RotatableHitBox
33+
from arcade.types import Color as ArcadeColor
3434

3535
if TYPE_CHECKING:
3636
from arcade import DefaultTextureAtlas, Texture

0 commit comments

Comments
 (0)