Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 13, 2023
1 parent ae2a5c7 commit 92ac4ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions adbpyg_adapter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
logger.addHandler(handler)


def get_export_spinner_progress(
text: str,
) -> Progress:
def get_export_spinner_progress(text: str) -> Progress:
return Progress(
TextColumn(text),
SpinnerColumn("aesthetic", "#5BC0DE"),
Expand Down

0 comments on commit 92ac4ea

Please sign in to comment.