Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Dec 9, 2024
1 parent be9dc36 commit d02c323
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fink_broker/hbase_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,6 @@ def construct_schema_row(df, rowkeyname, version):
# Original df columns, but values are types.
data = np.array([(c.jsonValue()["type"]) for c in df.schema], dtype="<U75")

# binary types are too vague, so assign manually a description
names = np.array([(c.jsonValue()["name"]) for c in df.schema])

index = np.where(np.array(df.columns) == rowkeyname)[0][0]
data[index] = version

Expand Down

0 comments on commit d02c323

Please sign in to comment.