Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmarks #1

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update imports
ahankinson committed Aug 13, 2024
commit 1aa53cfb2d4e0a2a3c284ec20db60f841b88a7f9
4 changes: 2 additions & 2 deletions edtf/natlang/en.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""Utilities to derive an EDTF string from an (English) natural language string."""
import functools
import re
from datetime import datetime
from typing import Optional

from dateutil.parser import parse
import re
from edtf import appsettings

from edtf import appsettings

# two dates where every digit of an ISO date representation is different,
# and one is in the past and one is in the future.