Skip to content

Commit e51f955

Browse files
fix: fix style-check error (#416)
1 parent 35db7a2 commit e51f955

File tree

1 file changed

+2
-0
lines changed
  • packages/gapic-generator/gapic/schema

1 file changed

+2
-0
lines changed

packages/gapic-generator/gapic/schema/naming.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
# See https://github.com/python/mypy/issues/5374 for details on the mypy false
2727
# positive.
28+
29+
2830
@dataclasses.dataclass(frozen=True) # type: ignore
2931
class Naming(abc.ABC):
3032
"""Naming data for an API.

0 commit comments

Comments
 (0)