Skip to content

Commit 1bcc54c

Browse files
committed
Remove no-op line
1 parent 064bd76 commit 1bcc54c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_webservice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def setUp(self):
3737
self.client._report_uri = self.httpserver.url_for(
3838
"/minfraud/v2.0/transactions/report"
3939
)
40-
self.base_uri = self.client._base_uri
4140

4241
test_dir = os.path.join(os.path.dirname(__file__), "data")
4342
with open(os.path.join(test_dir, self.request_file), encoding="utf-8") as file:

0 commit comments

Comments
 (0)