-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix most of the typing errors in datastore.py (and in dirs.py)
- use the _Element/_ElementTree class instead of the Element/ElementTree factory for typing - expect None values returned by lxml - expect None values in case the methods are used in the wrong order - fix the use of undefined variables in do_first_run_versioning - other minor typing fixes
- Loading branch information
1 parent
6025347
commit c5d007b
Showing
2 changed files
with
33 additions
and
20 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