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
...
 
@@ -12,3 +12,2 @@ from .. import ranges
 
from .. import data
 
from .. import errors as errormod
 

	
...
 
@@ -20,2 +19,3 @@ METADATA_KEY = 'payroll-type'
 

	
 

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