Skip to content

Commit c7bd1bf

Browse files
rchen152copybara-github
authored andcommitted
Silence some pytype errors.
PiperOrigin-RevId: 527620315
1 parent 7075bf2 commit c7bd1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_graphics/datasets/shapenet/shapenet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def split_generators(self, dl_manager, dataset_builder):
144144
),
145145
]
146146

147-
def generate_examples(self, base_dir, models):
147+
def generate_examples(self, base_dir, models): # pytype: disable=signature-mismatch # overriding-parameter-count-checks
148148
"""Yields examples.
149149
150150
The structure of the examples:

0 commit comments

Comments
 (0)