fix: codacy (again)

This commit is contained in:
barredterra 2020-07-29 18:16:49 +02:00
parent b719378ee5
commit 517df5fb0e
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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