This function is currently setup with keyword arguments defaulting to None. However, it is never called without passing all of it's arguments explicitly, and only one of it's arguments would actually be valid as None. So just drop that, and make them all positional. And annotate them.pull/5395/head
parent
285db6637d
commit
502a684872
2 changed files with 4 additions and 5 deletions
Loading…
Reference in new issue