Skip to content

Commit afc0925

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiida/manage/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
from __future__ import annotations
1212

13+
import asyncio
1314
from typing import TYPE_CHECKING, Any, Optional, Union
1415

15-
import asyncio
1616
import kiwipy
1717

1818
if TYPE_CHECKING:

0 commit comments

Comments
 (0)