Skip to content

Commit 3abaa11

Browse files
Made the code consistent
1 parent e97db64 commit 3abaa11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorflow_datasets/image/deep_weeds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
_IMAGE_SHAPE = (256,256,3)
2020

2121
_CITATION = """\
22-
2322
@article{DeepWeeds2019,
2423
author = {Alex Olsen and
2524
Dmitry A. Konovalov and
@@ -45,7 +44,6 @@
4544
url = "https://doi.org/10.1038/s41598-018-38343-3",
4645
doi = "10.1038/s41598-018-38343-3"
4746
}
48-
4947
"""
5048

5149
class DeepWeeds(tfds.core.GeneratorBasedBuilder):

0 commit comments

Comments
 (0)