Changeset - 9a0ff8da96e7
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 14 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
...
 
@@ -11,5 +11,4 @@ from . import core
 
from .. import ranges
 
from .. import data
 
from .. import errors as errormod
 

	
 
from ..beancount_types import (
...
 
@@ -19,4 +18,5 @@ from ..beancount_types import (
 
METADATA_KEY = 'payroll-type'
 

	
 

	
 
class _PayrollTypeHook(core._NormalizePostingMetadataHook):
 
    ACCOUNT: str
0 comments (0 inline, 0 general)