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 Apr 1, 2024
1 parent f4d3b1b commit b813146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tcod/event.py
Expand Up @@ -2805,7 +2805,7 @@ def __getattr__(name: str) -> int:
return value


__all__ = [ # noqa: F405
__all__ = [
"Modifier",
"Point",
"BUTTON_LEFT",
Expand Down
2 changes: 1 addition & 1 deletion tcod/libtcodpy.py
Expand Up @@ -4285,7 +4285,7 @@ def __getattr__(name: str) -> Color:
raise AttributeError(msg) from None


__all__ = [ # noqa: F405
__all__ = [
"Color",
"Bsp",
"NB_FOV_ALGORITHMS",
Expand Down

0 comments on commit b813146

Please sign in to comment.