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 Dec 1, 2024
1 parent fc6d592 commit 68b0a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/orm/models/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

import numpy as np
import pytest
from pydantic import BaseModel

from aiida.orm import AuthInfo, Comment, Computer, Group, Log, User
from aiida.orm.nodes.data import (
ArrayData,
Expand All @@ -23,7 +25,6 @@
Str,
StructureData,
)
from pydantic import BaseModel


class DummyEnum(enum.Enum):
Expand Down

0 comments on commit 68b0a91

Please sign in to comment.