core.common: move mime-related stuff to my.core.mime

no backward compat, unlikely it was used by anyone else
This commit is contained in:
Dima Gerasimov 2024-08-15 18:44:12 +03:00
parent 242e31b05c
commit 7961c9d9b1
3 changed files with 36 additions and 23 deletions

View file

@ -15,9 +15,10 @@ from typing import Optional, NamedTuple, Iterator, Iterable, List
from geopy.geocoders import Nominatim # type: ignore
from my.core.common import LazyLogger, fastermime
from my.core import LazyLogger
from my.core.error import Res, sort_res_by
from my.core.cachew import cache_dir, mcachew
from my.core.mime import fastermime
from my.config import photos as config # type: ignore[attr-defined]