Skip to content

Commit

Permalink
Minor fix to hide the ruff directive in docs (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jan 12, 2024
1 parent 6058cf6 commit 9b19167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/lines/roads.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ruff: noqa: RUF003
"""
Roads
=====
Expand All @@ -9,7 +10,6 @@
:class:`geopandas.GeoDataFrame` as an argument to the ``data`` parameter of
:meth:`pygmt.Figure.plot`, and style the geometry using the ``pen`` parameter.
"""
# ruff: noqa: RUF003

# %%
import geopandas as gpd
Expand Down

0 comments on commit 9b19167

Please sign in to comment.