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

STY: Indentation.

parent 4cbff6df
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!77F fix strict values in table columns
Pipeline #40253 passed
......@@ -342,7 +342,7 @@ class TableImporter():
if ((datatype == str)
or (np.issubdtype(col_dtype, np.integer)
and np.issubdtype(datatype, np.floating))
):
): # NOQA
df[key] = df[key].astype(datatype)
# Now check each element
......
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