Fix import in blood.py
This commit is contained in:
parent
8e6d5fd132
commit
8da1f34653
2 changed files with 1 additions and 1 deletions
0
my/body/__init__.py
Normal file
0
my/body/__init__.py
Normal file
|
@ -4,7 +4,7 @@ from typing import Iterable, NamedTuple, Optional
|
||||||
from itertools import chain
|
from itertools import chain
|
||||||
|
|
||||||
import porg
|
import porg
|
||||||
from .common import listify
|
from ..common import listify
|
||||||
from ..error import Res, echain
|
from ..error import Res, echain
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue