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 af59c5e commit ca4e237
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 @@ -20,7 +20,7 @@

class DataFrameFormatter(Formatter):

name = "dataframe"
name = "pandas"

@classmethod
def accepts(cls, path, mode):
Expand Down

0 comments on commit ca4e237

Please sign in to comment.