Skip to content

Commit

Permalink
fix test imports for v3 gcl
Browse files Browse the repository at this point in the history
  • Loading branch information
jchapian committed Oct 31, 2024
1 parent f16db7c commit b26cb5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_gcp_flowlogs_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from gcp_flowlogs_reader.gcp_flowlogs_reader import BASE_LOG_NAME
from google.api_core.exceptions import GoogleAPIError, PermissionDenied, NotFound
from google.cloud.logging import Client
from google.cloud.logging.entries import StructEntry
from google.cloud.logging.resource import Resource
from google.cloud.logging import StructEntry, Resource
from google.oauth2.service_account import Credentials

from gcp_flowlogs_reader.aggregation import aggregated_records
Expand Down

0 comments on commit b26cb5b

Please sign in to comment.