Skip to content

Commit 3a96bdf

Browse files
committed
fix: linting format import
1 parent 4110d6f commit 3a96bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/client/authenticated_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66
from io import BytesIO
77
from pathlib import Path
8-
from typing import Any, Dict, Mapping, NoReturn, Optional, Tuple, Type, Union
8+
from typing import Any, Dict, Mapping, NoReturn, Optional, Tuple, Union
99

1010
import aiohttp
1111
from aleph_message.models import (

0 commit comments

Comments
 (0)