Skip to content

Commit

Permalink
Silence some pytype errors.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568649049
  • Loading branch information
rchen152 authored and Copybara-Service committed Sep 26, 2023
1 parent 1329257 commit 543c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/conf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class TestClass(object):
def __init__(self, string_default):
self.string_default = string_default

instance = TestClass() # pylint: disable=no-value-for-parameter
instance = TestClass() # pylint: disable=no-value-for-parameter # pytype: disable=missing-parameter
self.assertEqual('default', instance.string_default) # pytype: disable=attribute-error


Expand Down

0 comments on commit 543c1df

Please sign in to comment.