Skip to content

Commit

Permalink
Add missing "capture" arg to type hints for "opt()"
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed May 17, 2020
1 parent 7a23404 commit bcc3204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loguru/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ class Logger:
lazy: bool = ...,
colors: bool = ...,
raw: bool = ...,
capture: bool = ...,
depth: int = ...,
ansi: bool = ...
) -> Logger: ...
Expand Down

0 comments on commit bcc3204

Please sign in to comment.