Skip to content

Commit

Permalink
Added more type annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Apr 25, 2020
1 parent fb36e9e commit 0cb2cd0
Show file tree
Hide file tree
Showing 21 changed files with 494 additions and 378 deletions.
153 changes: 82 additions & 71 deletions pymux/arrangement.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pymux/client/posix.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

INPUT_TIMEOUT = 0.5

__all__ = (
__all__ = [
"PosixClient",
"list_clients",
)
]


class PosixClient(Client):
Expand Down
2 changes: 1 addition & 1 deletion pymux/commands/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Aliases for all commands.
(On purpose kept compatible with tmux.)
"""
__all__ = ("ALIASES",)
__all__ = ["ALIASES"]


ALIASES = {
Expand Down
Loading

0 comments on commit 0cb2cd0

Please sign in to comment.