Skip to content

Commit e667349

Browse files
authored
Merge pull request #3624 from itamaro/patch-1
Remove unnecessary import that confuses type checkers
2 parents a48a5b3 + ae25db6 commit e667349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rich/table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,6 @@ def align_cell(
929929
if __name__ == "__main__": # pragma: no cover
930930
from rich.console import Console
931931
from rich.highlighter import ReprHighlighter
932-
from rich.table import Table as Table
933932

934933
from ._timer import timer
935934

0 commit comments

Comments
 (0)