Skip to content

Commit

Permalink
adds todo to block/vector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Jan 29, 2019
1 parent 6f25578 commit 3278d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux_aio/block/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class WriteVBlock(VectorBlock):

def __init__(self,
file: Any,
# TODO: add `str` type
content_list: Iterable[_NAT_BUF_TYPE],
offset: int = 0,
rw_flags: IOCBRWFlag = 0,
Expand Down

0 comments on commit 3278d2e

Please sign in to comment.