diff options
| author | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-05 10:54:06 +0300 |
|---|---|---|
| committer | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-05 10:54:06 +0300 |
| commit | 9f0a2f8a0ce17a7501b812e1880da3a1afffcf78 (patch) | |
| tree | d7a972974bbe47c7e1cfb59cd48995d652e3dde0 /robusta_krr/formatters | |
| parent | 682c2e5f45930f94fc0f2485d62fe536c61417c2 (diff) | |
Fix linting errors
Diffstat (limited to 'robusta_krr/formatters')
| -rw-r--r-- | robusta_krr/formatters/table.py | 2 |
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 |
