Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Sep 18, 2022
1 parent 0bbd101 commit 4a4c0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gspread_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ async def insert_rows(
row=row,
value_input_option=value_input_option,
api_call_count=2,
inherit_from_before=inherit_from_before
inherit_from_before=inherit_from_before,
)

async def list_dimension_group_columns(self) -> List[dict]:
Expand Down

0 comments on commit 4a4c0b6

Please sign in to comment.