Skip to content

Commit

Permalink
add type hint for functional
Browse files Browse the repository at this point in the history
  • Loading branch information
Prodesire committed Mar 6, 2018
1 parent e8b1ff7 commit 5674d4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/pydu/functional.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from typing import List, Callable, Any


def compose(*funcs: List[Callable]):
return Any

0 comments on commit 5674d4c

Please sign in to comment.