Skip to content

Commit ea84b6b

Browse files
committed
linter
1 parent 444c4c9 commit ea84b6b

File tree

1 file changed

+6
-0
lines changed
  • packages/pytest-simcore/src/pytest_simcore

1 file changed

+6
-0
lines changed

packages/pytest-simcore/src/pytest_simcore/docker.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 contextlib
39
from collections.abc import AsyncIterator, Callable

0 commit comments

Comments
 (0)