refactor: remove ext for InteractiveUtils since it is not used

This commit is contained in:
Wataru Otsubo 2025-01-27 18:52:16 +09:00
parent ecf849ae8a
commit 227fc38196
3 changed files with 4 additions and 25 deletions

View file

@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Exported `create_database`
- In `DispatchChecker.interactive_dispatch_checker`, printed results are now sorted by runid.
### Deleted
- Extension package for InteractiveUtils
## [0.5.1] - 2025-01-23
### Fixed