Skip to content

Commit 4421188

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dce2c32 commit 4421188

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

g.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module stores globally mutable variables used by this program."""
2+
23
from __future__ import annotations
34

45
import tcod.console

game/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Base classes for states."""
2+
23
from __future__ import annotations
34

45
from typing import Protocol

game/state_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""State handling functions."""
2+
23
import tcod.console
34

45
import g

game/states.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""A collection of game states."""
2+
23
from __future__ import annotations
34

45
import attrs

0 commit comments

Comments
 (0)