Skip to content

Commit

Permalink
run post processor
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed May 20, 2021
1 parent d026d10 commit e2bd0c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ repos:
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
3 changes: 3 additions & 0 deletions google/cloud/pubsublite_v1/types/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

class AttributeValues(proto.Message):
r"""The values associated with a key of an attribute.
Attributes:
values (Sequence[bytes]):
The list of values associated with a key.
Expand Down Expand Up @@ -111,6 +112,7 @@ class SequencedMessage(proto.Message):

class Topic(proto.Message):
r"""Metadata about a topic resource.
Attributes:
name (str):
The name of the topic. Structured like:
Expand Down Expand Up @@ -194,6 +196,7 @@ class RetentionConfig(proto.Message):

class Subscription(proto.Message):
r"""Metadata about a subscription resource.
Attributes:
name (str):
The name of the subscription. Structured like:
Expand Down

0 comments on commit e2bd0c4

Please sign in to comment.