mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 17:43:53 +02:00
Add more type annotations
This commit is contained in:
@@ -21,7 +21,7 @@ class StyleNotFound(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class DiffFormatter(Formatter):
|
||||
class DiffFormatter(Formatter): # type: ignore
|
||||
|
||||
def __init__(self, style: str = 'default') -> None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user