Skip to content

Commit

Permalink
Fix wrong identation
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Nov 13, 2022
1 parent 1136249 commit c6211cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vistir/spin.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def _clear_line():


def create_spinner(*args, **kwargs):
warnings.warn(
warnings.warn(
('This function is deprecated and will be removed in version 0.8.'
'Consider using yaspin directly instead, or user rich.status'),
DeprecationWarning, stacklevel=2)
Expand Down

0 comments on commit c6211cc

Please sign in to comment.