From 93ff10b9add58dbc045c6656715bf67409a51404 Mon Sep 17 00:00:00 2001 From: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> Date: Wed, 13 May 2020 10:44:11 -0700 Subject: [PATCH] fix: fix style-check error (#416) --- 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.