diff options
| author | 2024-06-30 08:50:37 +0800 | |
|---|---|---|
| committer | 2024-06-30 08:50:37 +0800 | |
| commit | 890a7a28f4c9075a32240725cd2b51636cab5c1e (patch) | |
| tree | 892779d6bed1c9f79f5c965618213fefaf14fd63 /hrc/core.py | |
| parent | 87f0d8fbc019b65ff942b415b107293a1024fe1d (diff) | |
| download | HydroRollCore-890a7a28f4c9075a32240725cd2b51636cab5c1e.tar.gz HydroRollCore-890a7a28f4c9075a32240725cd2b51636cab5c1e.zip | |
chore: commented unused code
Diffstat (limited to 'hrc/core.py')
| -rw-r--r-- | hrc/core.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hrc/core.py b/hrc/core.py index 94b9205..b346654 100644 --- a/hrc/core.py +++ b/hrc/core.py @@ -514,8 +514,7 @@ class Core: for _rule in self.rules: if _rule.__name__ == rule_class.__name__: logger.warning( - f'Already have a same name rule pack "{ - _rule.__name__}"' + f'Already have a same name rule pack "{_rule.__name__}"' ) rule_class.__rule_load_type__ = rule_load_type rule_class.__rule_file_path__ = rule_file_path |
