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, Iterator,
Mapping, Mapping,
Optional, Optional,
Type,
TypeVar, TypeVar,
) )
from ..beancount_types import ( from ..beancount_types import (
@ -40,7 +41,6 @@ from ..beancount_types import (
MetaValue, MetaValue,
MetaValueEnum, MetaValueEnum,
Transaction, Transaction,
Type,
) )
### CONSTANTS ### CONSTANTS