Skip to content

Commit

Permalink
placate mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jan 3, 2025
1 parent ba329d5 commit 4e4a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/providers/misc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

localized = True

csv.register_dialect("faker-csv", csv.excel, quoting=csv.QUOTE_ALL)
csv.register_dialect("faker-csv", csv.excel, quoting=csv.QUOTE_ALL) # NOQA

Check failure on line 23 in faker/providers/misc/__init__.py

View workflow job for this annotation

GitHub Actions / typing (3.8)

Argument 2 to "register_dialect"

Check failure on line 23 in faker/providers/misc/__init__.py

View workflow job for this annotation

GitHub Actions / typing (3.9)

Argument 2 to "register_dialect"

Check failure on line 23 in faker/providers/misc/__init__.py

View workflow job for this annotation

GitHub Actions / typing (3.11)

Argument 2 to "register_dialect"

Check failure on line 23 in faker/providers/misc/__init__.py

View workflow job for this annotation

GitHub Actions / typing (3.12)

Argument 2 to "register_dialect"


ColumnSpec: TypeAlias = Union[Tuple[int, str], Tuple[int, str, Dict[str, Any]]]
Expand Down

0 comments on commit 4e4a67f

Please sign in to comment.