Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 27, 2024
1 parent d414055 commit 39bf8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spalloc_client/term.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
# pylint: disable=wrong-spelling-in-docstring

TableList: TypeAlias = List[Union[str,
Tuple[Callable[[Union[int, str]], str]]]]
Tuple[Callable[[Union[int, str]], str]]]]


class ANSIDisplayAttributes(IntEnum):
""" Code numbers of ANSI display attributes for use with `ESC[...m`\
Expand Down

0 comments on commit 39bf8bf

Please sign in to comment.