Skip to content

Commit

Permalink
Update raster/r.circle/testsuite/test_circle.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Shreshth-Malik and github-actions[bot] authored Nov 2, 2024
1 parent cca1407 commit 73576c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions raster/r.circle/testsuite/test_circle.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ def test_create_circle_without_b_flag(self):
"""Test creating a circle with r.circle without -b flag."""
output = "test_circle_distance"

module = SimpleModule(
"r.circle", output=output, coordinates=(15, 15), max=10
)
module = SimpleModule("r.circle", output=output, coordinates=(15, 15), max=10)

self.assertModule(module)

Expand Down

0 comments on commit 73576c7

Please sign in to comment.