youtube-data-api icon indicating copy to clipboard operation
youtube-data-api copied to clipboard

Add dtype for arguments

Open yinleon opened this issue 5 years ago • 0 comments

We might want to consider explicit datatypes for each parameter. This issue arose from overlooking this: https://github.com/SMAPPNYU/youtube-data-api/issues/17 Like this:

def func(a:int, b:int) -> int:
    return a + b

yinleon avatar Apr 12 '19 20:04 yinleon