Skip to content

Commit

Permalink
add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Sep 3, 2020
1 parent 3b2f261 commit c6a6641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion respx/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def reset() -> None:

def pop(alias: Optional[str] = None) -> RequestPattern:
global mock
mock.pop(alias=alias)
return mock.pop(alias=alias)


def add(
Expand Down

0 comments on commit c6a6641

Please sign in to comment.