Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 'if type(value).__module__[0:8] == "telethon"' is subsumed by 'if type(value) not in scalars and value is not None' - 'if type(value) is dict' is unreachable since dict is not in scalars, so the loop will already have continue-d at the previous condition
- Loading branch information