Daniel Viegas f720789c95 Refactor: Improve Pythonic code style
- Replace len() > 0 with direct boolean check for better Pythonic code
- Optimize dictionary iteration by removing unnecessary .keys() calls

These changes improve code readability and follow Python best practices
by using more idiomatic patterns.
2025-11-30 01:24:08 +01:00
Description
MyTimeline Gramps plugin
822 KiB
Languages
Python 94.2%
Shell 5.8%