Skip to content

Commit ed38e99

Browse files
authored
influx-db: fix flake8 (#11365)
1 parent 489e830 commit ed38e99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stubs/influxdb-client/influxdb_client/service/tasks_service.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from _typeshed import Incomplete
22
from multiprocessing.pool import ApplyResult
3-
from typing import overload
4-
from typing_extensions import Literal
3+
from typing import Literal, overload
54

65
from influxdb_client.domain.tasks import Tasks
76
from influxdb_client.service._base_service import _BaseService

0 commit comments

Comments
 (0)