issues
search
getting-things-gnome
/
gtg
Getting Things GNOME! trunk
https://wiki.gnome.org/Apps/GTG
GNU General Public License v3.0
559
stars
164
forks
source link
Fix (almost) every typing error in saved_searches.py
#1132
Closed
gycsaba96
closed
3 months ago
gycsaba96
commented
3 months ago
use the
_Element
class instead of the
Element
factory for typing
convert tag IDs to
UUID
during XML parsing
expect
None
values returned by lxml
other minor typing fixes
fix a related test case
diegogangl
commented
3 months ago
LGTM, thanks!
_Element
class instead of theElement
factory for typingUUID
during XML parsingNone
values returned by lxml