Skip to content

Commit 1ba9459

Browse files
EliEli
authored andcommitted
Fixed type (dropped comma)
1 parent fa49980 commit 1ba9459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docsrc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# import mock
3030
autodoc_mock_imports = ["nodepy",
3131
"gdal","osgeo","rasterio","fiona","pyproj",
32-
"geopandas","shapely","netCDF4","xarray","vtools3","vtools","dms_datastore"
32+
"geopandas","shapely","netCDF4","xarray","vtools3","vtools","dms_datastore",
3333
"rtree","scipy","pandas","numba","diskcache","boto3","palletable"
3434
]
3535
# -- General configuration ---------------------------------------------

0 commit comments

Comments
 (0)