Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencap committed Nov 9, 2023
1 parent bd55a74 commit 85f936c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def prog():


def test_comparison_lt() -> None:
"""Tests aq.operators.lt_."""
"""Tests less than operator handling."""

@aq.main
def prog():
Expand All @@ -512,7 +512,7 @@ def prog():


def test_comparison_gt() -> None:
"""Tests aq.operators.lt_."""
"""Tests greater than operator handling."""

@aq.main
def prog():
Expand Down

0 comments on commit 85f936c

Please sign in to comment.