fix: codacy (again)
This commit is contained in:
parent
b719378ee5
commit
517df5fb0e
@ -461,6 +461,7 @@ ACCOUNT_NAME_COLUMNS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
class DataCategory():
|
class DataCategory():
|
||||||
|
|
||||||
"""Field of the CSV Header."""
|
"""Field of the CSV Header."""
|
||||||
|
|
||||||
DEBTORS_CREDITORS = "16"
|
DEBTORS_CREDITORS = "16"
|
||||||
@ -469,6 +470,7 @@ class DataCategory():
|
|||||||
POSTING_TEXT_CONSTANTS = "67"
|
POSTING_TEXT_CONSTANTS = "67"
|
||||||
|
|
||||||
class FormatName():
|
class FormatName():
|
||||||
|
|
||||||
"""Field of the CSV Header, corresponds to DataCategory."""
|
"""Field of the CSV Header, corresponds to DataCategory."""
|
||||||
|
|
||||||
DEBTORS_CREDITORS = "Debitoren/Kreditoren"
|
DEBTORS_CREDITORS = "Debitoren/Kreditoren"
|
||||||
|
|||||||
@ -10,7 +10,6 @@ Provide a report and downloadable CSV according to the German DATEV format.
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import six
|
|
||||||
import frappe
|
import frappe
|
||||||
from frappe import _
|
from frappe import _
|
||||||
from six import string_types
|
from six import string_types
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user