From 01bee43454d5c9769bafde113ea77bedb1c6c3c4 Mon Sep 17 00:00:00 2001 From: Sijun Liu Date: Tue, 12 May 2020 21:20:14 -0700 Subject: [PATCH] fix: fix style-check error --- gapic/schema/naming.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gapic/schema/naming.py b/gapic/schema/naming.py index b1a1f66710..699b524ab5 100644 --- a/gapic/schema/naming.py +++ b/gapic/schema/naming.py @@ -25,6 +25,8 @@ # See https://github.com/python/mypy/issues/5374 for details on the mypy false # positive. + + @dataclasses.dataclass(frozen=True) # type: ignore class Naming(abc.ABC): """Naming data for an API.