Skip to content

Commit 2a24250

Browse files
committed
Workaround for pytype pyi error with nested class.
1 parent 879af8c commit 2a24250

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api_core/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ inputs =
88
exclude =
99
tests/
1010
output = pytype_output/
11+
# Workaround for https://github.com/google/pytype/issues/150
12+
disable = pyi-error

0 commit comments

Comments
 (0)