Skip to content

Commit 6915bc0

Browse files
Pyre Bot Jrfacebook-github-bot
Pyre Bot Jr
authored andcommitted
[typing] suppress errors in fbcode/caffe2 - batch 2
Test Plan: Sandcastle Differential Revision: D30222378 fbshipit-source-id: 6a0a5d210266f19de63273240a080365c9143eb0
1 parent ea808df commit 6915bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

caffe2/python/serialized_test/serialized_test_util.py

+1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def assertReferenceChecks(
264264
def set_disable_serialized_check(self, val: bool):
265265
orig = getattr(_output_context, 'disable_serialized_check', False)
266266
try:
267+
# pyre-fixme[16]: `local` has no attribute `disable_serialized_check`.
267268
_output_context.disable_serialized_check = val
268269
yield
269270
finally:

0 commit comments

Comments
 (0)