Skip to content

Commit

Permalink
mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Feb 23, 2022
1 parent c4c105a commit ae81128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def _make_bigquery_clients(self) -> List[GCPLoggingClient]:
def _get_bigquery_log_entries(
self, clients: List[GCPLoggingClient]
) -> Iterable[Union[AuditLogEntry, BigQueryAuditMetadata]]:
audit_templates: dict[str, str] = BQ_AUDIT_V1
audit_templates: Dict[str, str] = BQ_AUDIT_V1
if self.config.use_v2_audit_metadata:
audit_templates = BQ_AUDIT_V2

Expand Down

0 comments on commit ae81128

Please sign in to comment.