Remove unused import
This commit is contained in:
parent
2840a64215
commit
9a0ff8da96
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ import datetime
|
|||
from . import core
|
||||
from .. import ranges
|
||||
from .. import data
|
||||
from .. import errors as errormod
|
||||
|
||||
from ..beancount_types import (
|
||||
Transaction,
|
||||
|
@ -18,6 +17,7 @@ from ..beancount_types import (
|
|||
|
||||
METADATA_KEY = 'payroll-type'
|
||||
|
||||
|
||||
class _PayrollTypeHook(core._NormalizePostingMetadataHook):
|
||||
ACCOUNT: str
|
||||
VALUES_ENUM = core.MetadataEnum(METADATA_KEY, [])
|
||||
|
|
Loading…
Reference in a new issue