Skip to content

Commit c5f21a4

Browse files
committed
Add missing future import
1 parent 0dc79fe commit c5f21a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gedcom7/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Utility functions for GEDCOM 7 processing."""
22

3+
from __future__ import annotations
4+
35
import datetime
46

57
from . import const, types

0 commit comments

Comments
 (0)