Skip to content

Commit 8d00659

Browse files
committed
[__main__] static typing data is not available for rich, ignore it
1 parent 4326daa commit 8d00659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fdiff/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
from typing import Iterable, Iterator, List, Optional, Text, Tuple
77

8-
from rich.console import Console
8+
from rich.console import Console # type: ignore
99

1010
from . import __version__
1111
from .color import color_unified_diff_line

0 commit comments

Comments
 (0)