Skip to content

Commit 9b19167

Browse files
authored
Minor fix to hide the ruff directive in docs (#2989)
1 parent 6058cf6 commit 9b19167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/lines/roads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ruff: noqa: RUF003
12
"""
23
Roads
34
=====
@@ -9,7 +10,6 @@
910
:class:`geopandas.GeoDataFrame` as an argument to the ``data`` parameter of
1011
:meth:`pygmt.Figure.plot`, and style the geometry using the ``pen`` parameter.
1112
"""
12-
# ruff: noqa: RUF003
1313

1414
# %%
1515
import geopandas as gpd

0 commit comments

Comments
 (0)