Skip to content

Commit 4c22f63

Browse files
committed
Fix pylint errors.
1 parent 80c4c48 commit 4c22f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/image_classification/cats_vs_dogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
)
4444
_NUM_CORRUPT_IMAGES = 1738
4545
_DESCRIPTION = (
46-
f"A large set of images of cats and dogs. "
46+
"A large set of images of cats and dogs. "
4747
f"There are {_NUM_CORRUPT_IMAGES} corrupted images that are dropped."
4848
)
4949

0 commit comments

Comments
 (0)