Skip to content

Commit 9e492c2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b212bcc commit 9e492c2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dandischema/tests/test_datacite.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111

1212
from .utils import skipif_no_network
1313
from ..datacite import _get_datacite_schema, to_datacite
14-
from ..models import LicenseType, PublishedDandiset, RelationType, RoleType, ResourceType
14+
from ..models import (
15+
LicenseType,
16+
PublishedDandiset,
17+
RelationType,
18+
ResourceType,
19+
RoleType,
20+
)
1521

1622

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

0 commit comments

Comments
 (0)