core.common: move assert_subpackage to my.core.internal

This commit is contained in:
Dima Gerasimov 2024-08-15 18:49:19 +03:00
parent 7961c9d9b1
commit ac64b08915
9 changed files with 17 additions and 13 deletions

View file

@ -2,7 +2,7 @@
Utils for mime/filetype handling
"""
from .common import assert_subpackage; assert_subpackage(__name__)
from .internal import assert_subpackage; assert_subpackage(__name__)
import functools