Skip to content

Commit 84f87a5

Browse files
committed
Fix a linting issue
1 parent f9b7903 commit 84f87a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/helpers/tempfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def tempfile_from_geojson(geojson):
132132
os.remove(tmpfile.name) # ensure file is deleted first
133133
ogrgmt_kwargs = {"filename": tmpfile.name, "driver": "OGR_GMT", "mode": "w"}
134134
try:
135-
# Map int/int64 to int32 because OGR_GMT only supports 32-bit integer
135+
# Map int/int64 to int32 since OGR_GMT only supports 32-bit integer
136136
# https://github.com/geopandas/geopandas/issues/967#issuecomment-842877704
137137
# https://github.com/GenericMappingTools/pygmt/issues/2497
138138
schema = gpd.io.file.infer_schema(geojson)

0 commit comments

Comments
 (0)