aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rule/BaseRule/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/rule/BaseRule/__init__.py')
-rw-r--r--hrc/rule/BaseRule/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/hrc/rule/BaseRule/__init__.py b/hrc/rule/BaseRule/__init__.py
index fbb8df2..fdde86c 100644
--- a/hrc/rule/BaseRule/__init__.py
+++ b/hrc/rule/BaseRule/__init__.py
@@ -1,3 +1,3 @@
-from . import CharacterCard
-from . import CustomRule
-from . import Wiki \ No newline at end of file
+from . import CharacterCard # noqa: F401
+from . import CustomRule # noqa: F401
+from . import Wiki # noqa: F401