Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove python 3.9 incompatible type hint
python 3.9 doesn't like: def find_dict_in_list_by_key_value( ... ) -> dict | None: Removed the type hint: def find_dict_in_list_by_key_value( ... ):
- Loading branch information