plugin.core: Clean goofy indirect import.
This commit is contained in:
parent
18a513a694
commit
6f3e5eb905
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue