Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Dec 2, 2024
1 parent 178d943 commit 9bd57ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import streamlit as st

from refcheck import get_dois
from refcheck.doi import get_dois

DOI_REGEX = "10.\\d{4,9}/[-._;()/:a-z0-9A-Z]+"
FORMAT_TO_EXT = {
Expand Down

0 comments on commit 9bd57ae

Please sign in to comment.