Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jul 2, 2023
1 parent e096126 commit 0406fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ keywords =
[options]
install_requires =
pytrie
pydantic<2.0
pydantic
requests

# Random options
Expand Down
2 changes: 1 addition & 1 deletion src/curies/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def resolve(
prefix: str = Path( # noqa:B008
title="Prefix",
description="The Bioregistry prefix corresponding to an identifier resource.",
example="doid",
examples=["doid"],
),
identifier: str = Path( # noqa:B008
title="Local Unique Identifier",
Expand Down

0 comments on commit 0406fc1

Please sign in to comment.