Skip to content

Commit

Permalink
fix: blacken export.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Mar 29, 2024
1 parent 54d29b3 commit 346f2ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/harlequin/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@


class ExporterCallable(Protocol):
def __call__(self, table: ResultsTable, dest_path: str, **kwargs: Any) -> None:
...
def __call__(self, table: ResultsTable, dest_path: str, **kwargs: Any) -> None: ...


def copy(
Expand Down

0 comments on commit 346f2ef

Please sign in to comment.