Skip to content

Commit a905e76

Browse files
committed
poe format
1 parent 54487f5 commit a905e76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/api/test_grpc_stub.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from datetime import timedelta
2-
from typing import Mapping, Any, cast, Union
3-
import pytest
41
import re
2+
from datetime import timedelta
3+
from typing import Any, Mapping, Union, cast
54

5+
import pytest
66
from google.protobuf.empty_pb2 import Empty
77
from google.protobuf.timestamp_pb2 import Timestamp
88
from grpc.aio import ServicerContext

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import uuid
66
from datetime import datetime, timedelta, timezone
7-
from typing import Any, List, Mapping, Optional, Tuple, cast, Union
7+
from typing import Any, List, Mapping, Optional, Tuple, Union, cast
88
from unittest import mock
99

1010
import google.protobuf.any_pb2

0 commit comments

Comments
 (0)