aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/BRP/src/character.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/BRP/src/character.py b/examples/BRP/src/character.py
index 1dd9442..54503eb 100644
--- a/examples/BRP/src/character.py
+++ b/examples/BRP/src/character.py
@@ -1,7 +1,6 @@
import inspect
from hydro_roll_core.development import Character
-from typing import Literal, List, Tuple, Union, Dict, Generic, Optional
-
+from typing import Literal, List, Tuple, Union, Dict, Generic, Optional, TYPE_CHECKING
class Identity:
"""