Skip to content

Commit

Permalink
Update citations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Feb 2, 2025
1 parent e836715 commit 69f6a3b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions api/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
from typing import Optional
import httpx
import xmltodict
import re
from furl import furl
import datetime
import pydash as py_
from commonmeta import validate_doi, normalize_doi, Metadata

Expand All @@ -16,14 +13,6 @@
)
from api.utils import (
compact,
start_case,
get_date,
unix_timestamp,
wrap,
normalize_url,
is_valid_url,
format_datetime,
FOS_MAPPINGS,
)


Expand Down

0 comments on commit 69f6a3b

Please sign in to comment.