plugin.core: Clean goofy indirect import.

This commit is contained in:
Brett Smith 2020-04-06 14:58:21 -04:00
parent 18a513a694
commit 6f3e5eb905

View file

@ -31,6 +31,7 @@ from typing import (
Iterator,
Mapping,
Optional,
Type,
TypeVar,
)
from ..beancount_types import (
@ -40,7 +41,6 @@ from ..beancount_types import (
MetaValue,
MetaValueEnum,
Transaction,
Type,
)
### CONSTANTS