Skip to content

Commit

Permalink
Fix type hint of UI.interactive_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed Dec 11, 2020
1 parent dfc8636 commit 10ee961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgactivity/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ class UI:
query_mode: QueryMode = attr.ib(default=QueryMode.activities, converter=QueryMode)
refresh_time: Union[float, int] = 2
in_pause: bool = False
interactive_timeout: Optional[bool] = None
interactive_timeout: Optional[int] = None

@classmethod
def make(
Expand Down

0 comments on commit 10ee961

Please sign in to comment.