File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44#
55# This file follows the standards in Google Python Style Guide
66# https://google.github.io/styleguide/pyguide.html
7- #
7+ #
88
99line-length = 80 # Google Style Guide §3.2: 80 columns
1010indent-width = 4 # Google Style Guide §3.4: 4 spaces
@@ -102,7 +102,6 @@ lines-between-types = 1
102102[lint .pydocstyle ]
103103convention = " google"
104104ignore-decorators = [" typing.overload" , " abc.abstractmethod" ]
105- ignore-var-parameters = true
106105
107106[lint .flake8-annotations ]
108107mypy-init-return = true
Original file line number Diff line number Diff line change 1111State = collections .abc .MutableMapping [str , typing .Any ]
1212
1313
14+ # Add Comment
1415class ServerCallContext (BaseModel ):
1516 """A context passed when calling a server method.
1617
You can’t perform that action at this time.
0 commit comments