Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
daniilnaumov committed Sep 4, 2023
1 parent 05cd2b4 commit 191aa46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/time_filter_proto_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ProtoCountry,
)


@pytest.mark.asyncio
async def test_proto(proto_sdk):
travel_times = await proto_sdk.time_filter_proto_async(
Expand Down
1 change: 0 additions & 1 deletion traveltimepy/proto_http.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import asyncio
from typing import Dict

from aiohttp import ClientSession, ClientResponse, BasicAuth, TCPConnector
Expand Down
2 changes: 1 addition & 1 deletion traveltimepy/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
create_union,
)

from traveltimepy.proto_http import send_proto, send_proto_async
from traveltimepy.proto_http import send_proto_async
from traveltimepy.http import (
send_get_async,
send_post_async,
Expand Down

0 comments on commit 191aa46

Please sign in to comment.