From b813146e38030fc696451f269b16f2057b9052d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:14:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tcod/event.py | 2 +- tcod/libtcodpy.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tcod/event.py b/tcod/event.py index cb48b047..0dc40dbe 100644 --- a/tcod/event.py +++ b/tcod/event.py @@ -2805,7 +2805,7 @@ def __getattr__(name: str) -> int: return value -__all__ = [ # noqa: F405 +__all__ = [ "Modifier", "Point", "BUTTON_LEFT", diff --git a/tcod/libtcodpy.py b/tcod/libtcodpy.py index dd23de45..13c9e5e3 100644 --- a/tcod/libtcodpy.py +++ b/tcod/libtcodpy.py @@ -4285,7 +4285,7 @@ def __getattr__(name: str) -> Color: raise AttributeError(msg) from None -__all__ = [ # noqa: F405 +__all__ = [ "Color", "Bsp", "NB_FOV_ALGORITHMS",