Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Oct 18, 2024
1 parent 0482e96 commit b020705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GenericCsvTransform:
filename: str
rows: List[List[str]]
delimiter: str = ","

@staticmethod
def build(
filename: str, rows: List[List[str]], delimiter: str = ","
Expand Down

0 comments on commit b020705

Please sign in to comment.