Skip to content

Commit

Permalink
Use interchange.time datatypes to encode time properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cdboer committed Jan 18, 2022
1 parent bd63f5b commit d2bc94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov2neo/encode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from collections import Counter, defaultdict, deque
from datetime import date, datetime, time, timedelta

from neotime import DateTime, Duration, Time
from interchange.time import DateTime, Duration, Time
from prov.constants import PROV_N_MAP
from prov.identifier import Identifier, QualifiedName
from prov.model import (
Expand Down

0 comments on commit d2bc94e

Please sign in to comment.