Skip to content

Commit

Permalink
ignore mypy complaint for format
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Oct 31, 2023
1 parent 25499bf commit 3ca7e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gspread/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ExportFormat(StrEnum):
class PasteType(StrEnum):
normal = "PASTE_NORMAL"
values = "PASTE_VALUES"
format = "PASTE_FORMAT"
format = "PASTE_FORMAT" # type: ignore
no_borders = "PASTE_NO_BORDERS"
formula = "PASTE_NO_BORDERS"
data_validation = "PASTE_DATA_VALIDATION"
Expand Down

0 comments on commit 3ca7e11

Please sign in to comment.