-
-
Notifications
You must be signed in to change notification settings - Fork 945
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typing): type util package (#2170)
* feat: Add typing to util misc module * feat: Add typing to util reader module * feat: Type util structures module * feat: Added typing to util.sync * feat: Added typing to util.uri * feat: Added typing util deprecation module * feat: Add typing to util package * feat: Disallow untyped defs in utils package * feat: Simplify typing of is_python_func * feat: Added future annotations to reader module * feat: Simplified CaseInsensitiveDict init typing * feat: Join imports * feat: Use Result type var instead of Any
- Loading branch information
Showing
8 changed files
with
190 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.