Skip to content

Commit 93dd37f

Browse files
Remove TensorFlow dependency in documentation decorators
PiperOrigin-RevId: 493314733
1 parent c0d52ca commit 93dd37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_graphics/datasets/modelnet40/modelnet40.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ def _info(self):
7272
citation=_CITATION,
7373
)
7474

75-
def _split_generators(self, download_manager):
75+
def _split_generators(self, dl_manager):
7676
"""Returns SplitGenerators."""
7777

78-
extracted_path = download_manager.download_and_extract(_URL)
78+
extracted_path = dl_manager.download_and_extract(_URL)
7979

8080
# Note: VALIDATION split was not provided by the authors
8181
return [

0 commit comments

Comments
 (0)