Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 16, 2024
1 parent b212bcc commit 9e492c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dandischema/tests/test_datacite.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@

from .utils import skipif_no_network
from ..datacite import _get_datacite_schema, to_datacite
from ..models import LicenseType, PublishedDandiset, RelationType, RoleType, ResourceType
from ..models import (
LicenseType,
PublishedDandiset,
RelationType,
ResourceType,
RoleType,
)


def datacite_post(datacite: dict, doi: str) -> None:
Expand Down

0 comments on commit 9e492c2

Please sign in to comment.