Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2023
1 parent e965036 commit 16ac7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hades/views/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
key,
schedule,
)
from hades_extensions import TileType, create_map

# Custom
from hades.constants import (
Expand All @@ -46,6 +45,7 @@
from hades.physics import PhysicsEngine
from hades.sprite import HadesSprite
from hades.textures import grid_pos_to_pixel
from hades_extensions import TileType, create_map

all__ = ("Game",)

Expand Down

0 comments on commit 16ac7cb

Please sign in to comment.