mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-12-04 20:23:36 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6a54f41acc
commit
af9fbf83a5
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ from .equipment import Weapon
|
|||
|
||||
__all__ = [
|
||||
"Capability",
|
||||
"Path",
|
||||
"RacialCapability",
|
||||
"Character",
|
||||
"HarmfulState",
|
||||
"Path",
|
||||
"Profile",
|
||||
"Race",
|
||||
"RacialCapability",
|
||||
"Weapon",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue