Skip to content
Snippets Groups Projects
Commit ba2c56a8 authored by I. Nüske's avatar I. Nüske
Browse files

STY: Docstring indentation

parent c6b1da47
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!120XLSX-Konverter: Bessere Fehlermeldung bei inkorrektem Typ in Spalte, zusätzlicher Spalte
...@@ -58,7 +58,6 @@ class XLSXConverter: ...@@ -58,7 +58,6 @@ class XLSXConverter:
For a detailed description of the required formatting of the XLSX files, see ``specs.md`` in the For a detailed description of the required formatting of the XLSX files, see ``specs.md`` in the
documentation. documentation.
""" """
PARSER: dict[str, Callable] = { PARSER: dict[str, Callable] = {
"string": str, "string": str,
"number": float, "number": float,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment