optimize imports

This commit is contained in:
2023-04-05 11:39:08 +03:00
parent 3c068edf4f
commit 58379e7bf3
10 changed files with 9 additions and 11 deletions

View File

@ -20,7 +20,7 @@
import sqlite3
from pathlib import Path
from typing import Any, Dict, Tuple, TypeVar, Callable
from typing import Any, Callable, Dict, Tuple, TypeVar
from ahriman.core.log import LazyLogging