Skip to content

Commit 2994b07

Browse files
committed
Fix: isort
1 parent 4064b5f commit 2994b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/aleph_vm_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55
import logging
66
from collections.abc import Awaitable, Coroutine
7-
from typing import Any, Callable, Literal, Union, Dict
7+
from typing import Any, Callable, Dict, Literal, Union
88

99
import cryptography.exceptions
1010
import pydantic

0 commit comments

Comments
 (0)