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
...
 
@@ -7,20 +7,20 @@
 

	
 
import datetime
 

	
 
from . import core
 
from .. import ranges
 
from .. import data
 
from .. import errors as errormod
 

	
 
from ..beancount_types import (
 
    Transaction,
 
)
 

	
 
METADATA_KEY = 'payroll-type'
 

	
 

	
 
class _PayrollTypeHook(core._NormalizePostingMetadataHook):
 
    ACCOUNT: str
 
    VALUES_ENUM = core.MetadataEnum(METADATA_KEY, [])
 
    TXN_DATE_RANGE = ranges.DateRange(
 
        datetime.date(2020, 3, 1),
 
        core.DEFAULT_STOP_DATE,
0 comments (0 inline, 0 general)