Skip to content

Commit 7f99200

Browse files
committed
linting
1 parent f19995e commit 7f99200

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit/v1/test_aggregation.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
from google.cloud.firestore_v1.query_profile import ExplainMetrics, QueryExplainError
2727
from google.cloud.firestore_v1.query_results import QueryResultsList
2828
from google.cloud.firestore_v1.stream_generator import StreamGenerator
29-
from google.cloud.firestore_v1.types import (
30-
RunAggregationQueryRequest,
31-
RunAggregationQueryResponse,
32-
)
29+
from google.cloud.firestore_v1.types import RunAggregationQueryResponse
3330
from google.protobuf.timestamp_pb2 import Timestamp
3431
from tests.unit.v1._test_helpers import (
3532
make_aggregation_query,

0 commit comments

Comments
 (0)