Skip to content

Commit

Permalink
Reformat util.py to be black conformant
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Nov 6, 2024
1 parent 500dc96 commit 9e1fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sssom/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def from_mapping_set_document(cls, doc: MappingSetDocument) -> "MappingSetDataFr
# For pandas < 2.0.0, call 'infer_objects()' without any parameters
df = df.infer_objects()
# remove columns where all values are blank

# ! This will break when pandas >= 3.0.0 is released
# https://github.com/pandas-dev/pandas/issues/57734
pd.set_option("future.no_silent_downcasting", True)
Expand Down

0 comments on commit 9e1fe39

Please sign in to comment.