Skip to content

Commit

Permalink
v.greedycolors: python format
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm committed Sep 7, 2021
1 parent f7425ab commit 1ba9782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vector/v.greedycolors/testsuite/test_v_greedycolors.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ class SelectTest(TestCase):
def testRun(self):
"""Module runs with minimal parameters and give output."""

sel = SimpleModulesel = SimpleModule("g.copy", vector=(self.invect, self.outvect))
sel = SimpleModulesel = SimpleModule(
"g.copy", vector=(self.invect, self.outvect)
)
sel.run()
sel = SimpleModule("v.greedycolors", map=self.outvect)
sel.run()
Expand Down

0 comments on commit 1ba9782

Please sign in to comment.