Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
theNewFlesh committed Apr 9, 2024
1 parent b7da0c8 commit 728fb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hidebound/core/database_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def get_data_for_write(

# create asset metadata
asset_meta = data\
.groupby('asset_id', as_index=False)\
.groupby('asset_id', as_index=False) \
.agg(lambda x: x.tolist())

meta = []
Expand Down

0 comments on commit 728fb2d

Please sign in to comment.