From 6f3e5eb90580c680a024ee4a3c60422081734b44 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 6 Apr 2020 14:58:21 -0400 Subject: [PATCH] plugin.core: Clean goofy indirect import. --- conservancy_beancount/plugin/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy_beancount/plugin/core.py b/conservancy_beancount/plugin/core.py index 2107045..62df122 100644 --- a/conservancy_beancount/plugin/core.py +++ b/conservancy_beancount/plugin/core.py @@ -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