Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 877b55d

Browse files
committed
tests/unit/exception_test.py: fixed style warning.
1 parent 88f6c56 commit 877b55d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/exception_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ def test(self):
100100
expected = ''
101101
error = SuppliedTokenNotAcceptedError()
102102

103-
self.assertFarmerError(error, SuppliedTokenNotAcceptedError.CODE, expected)
103+
self.assertFarmerError(
104+
error, SuppliedTokenNotAcceptedError.CODE, expected)

0 commit comments

Comments
 (0)