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:
parent
c45c51af22
commit
88f3c17c27
3 changed files with 36 additions and 23 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue