Skip to content

Commit 670600b

Browse files
superbobryLIT team
authored andcommitted
Ignore pytype errors produced with --use-functools-partial-overlay
PiperOrigin-RevId: 828976609
1 parent 49b85c9 commit 670600b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lit_nlp/lib/file_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _get_from_cache(
182182
)
183183
with temp_file_manager() as temp_file:
184184
logging.info('%s not found in cache.', url)
185-
_fetch_content(
185+
_fetch_content( # pytype: disable=wrong-arg-types
186186
url_to_download,
187187
temp_file,
188188
headers=headers,

0 commit comments

Comments
 (0)