Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jun 28, 2023
1 parent 8a1d108 commit e2c24e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/disk_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def disk_read(header: Mapping, gds=False) -> list:
frames: list
List of read frames
"""
ret = []
ret: list = []
if gds:
import kvikio # isort:skip

Expand Down

0 comments on commit e2c24e6

Please sign in to comment.