Skip to content
Snippets Groups Projects
Verified Commit d07196be authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Whitespace fix.

parent e7674d0d
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!34TableConverter now converts int to float and vice versa to match the desired dtype.
Pipeline #19889 failed
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -208,6 +208,7 @@ def string_in_list(val, options, ignore_case=True):
class TableImporter():
"""Abstract base class for importing data from tables.
"""
def __init__(self, converters, obligatory_columns=None, unique_keys=None,
datatypes=None):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment