Skip to content

Commit

Permalink
Update pandas contrib formatter name.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Oct 18, 2024
1 parent 1965266 commit 39894a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion law/contrib/pandas/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class DataFrameFormatter(Formatter):

name = "dataframe"
name = "pandas"

@classmethod
def accepts(cls, path: str | pathlib.Path | FileSystemFileTarget, mode: str) -> bool:
Expand Down

0 comments on commit 39894a1

Please sign in to comment.