Resolve a few pylint warnings

This commit is contained in:
I-Al-Istannen
2020-12-30 14:45:46 +01:00
parent 2714ac6be6
commit c978e9edf4
4 changed files with 8 additions and 8 deletions

View File

@ -3,13 +3,10 @@ Contains a few logger utility functions and implementations.
"""
import logging
from pathlib import Path
from typing import List, Optional
from typing import Optional
from rich import print as rich_print
from rich._log_render import LogRender
from rich.console import Console
from rich.panel import Panel
from rich.style import Style
from rich.text import Text
from rich.theme import Theme