Skip to content

Commit a3b2459

Browse files
Conchylicultorcopybara-github
authored andcommitted
Fix '\' warning when importing tfds
PiperOrigin-RevId: 296139881
1 parent 8a06115 commit a3b2459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/text/qa4mre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import tensorflow_datasets.public_api as tfds
2727

2828
# pylint: disable=anomalous-backslash-in-string
29-
_CITATION = """
29+
_CITATION = r"""
3030
@InProceedings{10.1007/978-3-642-40802-1_29,
3131
author="Pe{\~{n}}as, Anselmo
3232
and Hovy, Eduard

0 commit comments

Comments
 (0)