Fix import in blood.py

This commit is contained in:
Dima Gerasimov 2019-12-21 11:37:24 +00:00
parent 8e6d5fd132
commit 8da1f34653
2 changed files with 1 additions and 1 deletions

0
my/body/__init__.py Normal file
View file

View 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