core.common: move assert_subpackage to my.core.internal
This commit is contained in:
parent
7961c9d9b1
commit
ac64b08915
9 changed files with 17 additions and 13 deletions
|
@ -1,7 +1,8 @@
|
|||
'''
|
||||
TODO doesn't really belong to 'core' morally, but can think of moving out later
|
||||
'''
|
||||
from .common import assert_subpackage; assert_subpackage(__name__)
|
||||
|
||||
from .internal import assert_subpackage; assert_subpackage(__name__)
|
||||
|
||||
from typing import Iterable, Any, Optional, Dict
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue