summaryrefslogtreecommitdiff
path: root/robusta_krr/formatters/table.py
diff options
context:
space:
mode:
authorLeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com>2023-07-05 10:54:06 +0300
committerLeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com>2023-07-05 10:54:06 +0300
commit9f0a2f8a0ce17a7501b812e1880da3a1afffcf78 (patch)
treed7a972974bbe47c7e1cfb59cd48995d652e3dde0 /robusta_krr/formatters/table.py
parent682c2e5f45930f94fc0f2485d62fe536c61417c2 (diff)
Fix linting errors
Diffstat (limited to 'robusta_krr/formatters/table.py')
-rw-r--r--robusta_krr/formatters/table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/formatters/table.py b/robusta_krr/formatters/table.py
index 846732a..a1c6e42 100644
--- a/robusta_krr/formatters/table.py
+++ b/robusta_krr/formatters/table.py
@@ -1,5 +1,5 @@
import itertools
-from typing import Any, Optional
+from typing import Any
from rich.table import Table