Changeset - 9a0ff8da96e7
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 13 months ago 2023-05-02 04:32:53
ben@sturm.com.au
Remove unused import
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/plugin/meta_payroll_type.py
Show inline comments
...
 
@@ -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, [])
0 comments (0 inline, 0 general)