Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 18, 2019
1 parent 25db250 commit 041857f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions returns/functions.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ _FirstType = TypeVar('_FirstType')
_SecondType = TypeVar('_SecondType')
_ThirdType = TypeVar('_ThirdType')


def is_successful(container: _ContainerType) -> bool:
...

Expand Down

0 comments on commit 041857f

Please sign in to comment.