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 Nov 22, 2024
1 parent 3689457 commit ea70514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/plugins/entry_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import functools
import traceback
from types import ModuleType
from typing import TYPE_CHECKING, Any, List, Optional, Sequence, Set, Tuple
from typing import TYPE_CHECKING, List, Optional, Sequence, Set, Tuple

from aiida.common.exceptions import LoadingEntryPointError, MissingEntryPointError, MultipleEntryPointError
from aiida.common.warnings import warn_deprecation
Expand Down

0 comments on commit ea70514

Please sign in to comment.