Skip to content

Commit cfac52c

Browse files
Fix linting
1 parent 903c2b3 commit cfac52c

File tree

1 file changed

+1
-1
lines changed
  • src/titiler/xarray/titiler/xarray

1 file changed

+1
-1
lines changed

src/titiler/xarray/titiler/xarray/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def _cast_to_type(value, dtype: Any) -> Any:
139139

140140
if "datetime" in str(dtype):
141141
value = pandas.to_datetime(value)
142-
142+
143143
elif numpy.issubdtype(dtype, numpy.integer):
144144
value = int(value)
145145

0 commit comments

Comments
 (0)