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,
|
||||
Mapping,
|
||||
Optional,
|
||||
Type,
|
||||
TypeVar,
|
||||
)
|
||||
from ..beancount_types import (
|
||||
|
@ -40,7 +41,6 @@ from ..beancount_types import (
|
|||
MetaValue,
|
||||
MetaValueEnum,
|
||||
Transaction,
|
||||
Type,
|
||||
)
|
||||
|
||||
### CONSTANTS
|
||||
|
|
Loading…
Reference in a new issue