Skip to content

Commit c550b4f

Browse files
committed
fix the test
1 parent 7d0028c commit c550b4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/storage/tests/unit/test_z_hastobelasttest_celery.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# pylint: disable=protected-access
2+
# pylint: disable=redefined-outer-name
3+
# pylint: disable=too-many-arguments
4+
# pylint: disable=unused-argument
5+
# pylint: disable=unused-variable
6+
17
import asyncio
28
import datetime
39
import logging

0 commit comments

Comments
 (0)