mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Add more type annotations
This commit is contained in:
parent
69e903a4c4
commit
b22bda3cba
12 changed files with 45 additions and 39 deletions
|
|
@ -21,7 +21,7 @@ class StyleNotFound(Exception):
|
|||
pass
|
||||
|
||||
|
||||
class DiffFormatter(Formatter):
|
||||
class DiffFormatter(Formatter): # type: ignore
|
||||
|
||||
def __init__(self, style: str = 'default') -> None:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue