Skip to content

Commit

Permalink
tox -e format πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Oct 28, 2023
1 parent 6474f67 commit a2ed963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gspread/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"""

import re
import warnings
from typing import (
Any,
Callable,
Expand All @@ -24,7 +25,6 @@
TypeVar,
Union,
)
import warnings

from .cell import Cell
from .exceptions import GSpreadException
Expand Down

0 comments on commit a2ed963

Please sign in to comment.