diff options
| author | 2024-06-30 08:51:41 +0800 | |
|---|---|---|
| committer | 2024-06-30 08:51:41 +0800 | |
| commit | 130cf84894edc4fe30ec1c98d49659d06d665eb1 (patch) | |
| tree | 1e949e0b9db7543cdb117301af54c3740fcb84a4 /examples | |
| parent | 890a7a28f4c9075a32240725cd2b51636cab5c1e (diff) | |
| download | HydroRollCore-130cf84894edc4fe30ec1c98d49659d06d665eb1.tar.gz HydroRollCore-130cf84894edc4fe30ec1c98d49659d06d665eb1.zip | |
style: add noqa: F401 for unused module import
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/COC7/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/COC7/__init__.py b/examples/COC7/__init__.py index 232ed4d..f9d4949 100644 --- a/examples/COC7/__init__.py +++ b/examples/COC7/__init__.py @@ -1,7 +1,7 @@ import math from hrc.core import Core -from hrc.rule import Rule, BaseRule +from hrc.rule import Rule, BaseRule # noqa: F401 from hrc.dependencies import Depends from .Character import Attributes |
