Skip to content

Commit fc7e93a

Browse files
committed
Fix lint
1 parent 8e6c5a2 commit fc7e93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-tests/images/mock-collector/mock_collector_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from datetime import datetime, timedelta
44
from logging import Logger, getLogger
55
from time import sleep
6-
from typing import Callable, TypeVar, List
6+
from typing import Callable, List, TypeVar
77

88
from google.protobuf.internal.containers import RepeatedScalarFieldContainer
99
from grpc import Channel, insecure_channel

0 commit comments

Comments
 (0)