Skip to content

Commit ccf17fe

Browse files
committed
linter
1 parent 9e725aa commit ccf17fe

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/moto.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# pylint:disable=unused-variable
2+
# pylint:disable=unused-argument
3+
# pylint:disable=redefined-outer-name
4+
# pylint:disable=protected-access
5+
6+
17
import warnings
28
from copy import deepcopy
39
from typing import Any

0 commit comments

Comments
 (0)