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

Commit 127ad73

Browse files
author
soodpr
committed
Fixed the W291 trailing whitespace error
1 parent 655f63e commit 127ad73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/resources/settings/test_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ def setUp(self):
3535
self._client = Versions(self.connection)
3636

3737
@mock.patch.object(ResourceClient, 'get')
38-
def test_get_with_uri_called_once(self, mock_get):
38+
def test_get_with_uri_called_once(self, mock_get):
3939
self._client.get_version()
4040
mock_get.assert_called_once_with('/rest/version')

0 commit comments

Comments
 (0)