Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove assert statement from non-test files
Usage of `assert` statement in application logic is discouraged. `assert` is removed with compiling to optimized byte code. Consider raising an exception instead. Ideally, `assert` statement should be used only in tests.
- Loading branch information