Skip to content

Commit

Permalink
Silence some pytype errors.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 527620315
  • Loading branch information
rchen152 authored and copybara-github committed Apr 27, 2023
1 parent 7075bf2 commit c7bd1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_graphics/datasets/shapenet/shapenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def split_generators(self, dl_manager, dataset_builder):
),
]

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

0 comments on commit c7bd1bf

Please sign in to comment.