Skip to content

Commit ef97f04

Browse files
committed
make pylint happy
1 parent f49ab7c commit ef97f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/01/test_long_running_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def test_listing_tasks_with_list_inprocess_tasks_error(
7777

7878
class _DummyTaskManager:
7979
def list_tasks(self, *args, **kwargs):
80-
raise Exception()
80+
raise Exception() # pylint: disable=broad-exception-raised
8181

8282
mocker.patch(
8383
"servicelib.aiohttp.long_running_tasks._routes.get_tasks_manager",

0 commit comments

Comments
 (0)