diff options
| author | 2024-06-30 08:50:37 +0800 | |
|---|---|---|
| committer | 2024-06-30 08:50:37 +0800 | |
| commit | 890a7a28f4c9075a32240725cd2b51636cab5c1e (patch) | |
| tree | 892779d6bed1c9f79f5c965618213fefaf14fd63 /hrc/rule | |
| parent | 87f0d8fbc019b65ff942b415b107293a1024fe1d (diff) | |
| download | HydroRollCore-890a7a28f4c9075a32240725cd2b51636cab5c1e.tar.gz HydroRollCore-890a7a28f4c9075a32240725cd2b51636cab5c1e.zip | |
chore: commented unused code
Diffstat (limited to 'hrc/rule')
| -rw-r--r-- | hrc/rule/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hrc/rule/__init__.py b/hrc/rule/__init__.py index bbd2cfe..66ad686 100644 --- a/hrc/rule/__init__.py +++ b/hrc/rule/__init__.py @@ -22,7 +22,7 @@ from typing_extensions import Annotated, get_args, get_origin from ..config import ConfigModel -# from ..dependencies import Depends +from ..dependencies import Depends from ..event import Event from ..exceptions import SkipException, StopException from ..typing import ConfigT, EventT, StateT |
