Skip to content

Commit b813146

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tcod/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@ def __getattr__(name: str) -> int:
28052805
return value
28062806

28072807

2808-
__all__ = [ # noqa: F405
2808+
__all__ = [
28092809
"Modifier",
28102810
"Point",
28112811
"BUTTON_LEFT",

tcod/libtcodpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4285,7 +4285,7 @@ def __getattr__(name: str) -> Color:
42854285
raise AttributeError(msg) from None
42864286

42874287

4288-
__all__ = [ # noqa: F405
4288+
__all__ = [
42894289
"Color",
42904290
"Bsp",
42914291
"NB_FOV_ALGORITHMS",

0 commit comments

Comments
 (0)