Skip to content

Commit

Permalink
fix ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Dec 11, 2024
1 parent 4214ac5 commit c19576f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from google.protobuf.json_format import MessageToJson
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

{% filter sort_lines %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

from google.cloud.asset_v1.types import asset_service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

from google.iam.credentials_v1.types import common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

from google.cloud.eventarc_v1.types import channel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

from google.cloud.logging_v2.types import logging_config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

from google.cloud.logging_v2.types import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

from google.cloud.logging_v2.types import logging_metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import google.protobuf.message

import grpc # type: ignore
import proto # type: ignores
import proto # type: ignore
from grpc.experimental import aio # type: ignore

from google.cloud.location import locations_pb2 # type: ignore
Expand Down

0 comments on commit c19576f

Please sign in to comment.