Daniel Viegas b9c9951487 Refactor: Extract constant and optimize set operations
- Extract YEAR_MARKER_STEP_DIVISOR constant for year marker calculation
- Remove redundant year_step == 0 check (max() already ensures >= 1)
- Optimize set creation by removing unnecessary .keys() calls

These changes improve code clarity and follow Python best practices.
2025-11-30 01:25:48 +01:00
Description
MyTimeline Gramps plugin
822 KiB
Languages
Python 94.2%
Shell 5.8%