Skip to content

Commit

Permalink
another lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbradley committed Jul 9, 2024
1 parent a14601f commit 86bc15c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ def test():


def test_fix_skips_moves_to_the_top_when_disabled_is_false() -> None:
"""Moving import statements should still occur when disable_move_to_top config is false."""
"""Moving import statements should still occur when disable_move_to_top
config is false."""
source = dedent(
"""\
import requests
Expand Down

0 comments on commit 86bc15c

Please sign in to comment.