Add typing to `OptionManager.parse_args()`
Note that the `assert` is necessary to "cast" `self.parser` since it is specified as a `Union`.
Loading
Please register or sign in to comment
Note that the `assert` is necessary to "cast" `self.parser` since it is specified as a `Union`.