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

Commit bad2a2c

Browse files
committed
Make flake8 happy
1 parent b30797b commit bad2a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ def test_get_image(self, image_mock, lib_mock):
732732
def test_search(self, search_mock, lib_mock):
733733
session = tests.create_real_session(lib_mock)
734734

735-
with self.assertRaises(Exception):
735+
with self.assertRaises(Exception): # noqa
736736
session.search("alice")
737737

738738
self.assertEqual(search_mock.call_count, 0)

0 commit comments

Comments
 (0)