Skip to content

Commit ed7092e

Browse files
committed
literal docstring to remove pylint warning
1 parent 047b642 commit ed7092e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/parsers/test_nmea.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def fixture_nmea_file_w_wrong_checksum(root_path):
7777

7878
@pytest.fixture(name="nmea_no_checksum")
7979
def fixture_nmea_file_no_checksum(root_path):
80-
"""Location of NMEA file without checksum values.
80+
r"""Location of NMEA file without checksum values.
8181
82-
The checksum values are at the end of each NMEA sentence (after a \*).
82+
The checksum values are at the end of each NMEA sentence (after an \*).
8383
This instance of the NMEA file has no checksums at the end.
8484
8585
Parameters

0 commit comments

Comments
 (0)