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 8e63ec2 commit de6806f
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 @@ -202,7 +202,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 de6806f

Please sign in to comment.