fix: codacy (again)
This commit is contained in:
parent
b719378ee5
commit
517df5fb0e
@ -461,6 +461,7 @@ ACCOUNT_NAME_COLUMNS = [
|
||||
]
|
||||
|
||||
class DataCategory():
|
||||
|
||||
"""Field of the CSV Header."""
|
||||
|
||||
DEBTORS_CREDITORS = "16"
|
||||
@ -469,6 +470,7 @@ class DataCategory():
|
||||
POSTING_TEXT_CONSTANTS = "67"
|
||||
|
||||
class FormatName():
|
||||
|
||||
"""Field of the CSV Header, corresponds to DataCategory."""
|
||||
|
||||
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
|
||||
|
||||
import json
|
||||
import six
|
||||
import frappe
|
||||
from frappe import _
|
||||
from six import string_types
|
||||
|
Loading…
x
Reference in New Issue
Block a user