Skip to content
Snippets Groups Projects
Commit 2b5587f5 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: autopep8'd

parent 5a972982
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 #40221 passed
This commit is part of merge request !77. Comments created here will be created in the context of that merge request.
......@@ -342,7 +342,7 @@ class TableImporter():
# These special cases should be fine.
if issub(col_dtype, np.integer) and issub(datatype, np.floating):
df[key] = df[key].astype(datatype)
elif datatype==str:
elif datatype == str:
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