We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74d03f commit 119f81dCopy full SHA for 119f81d
1 file changed
tests/cloud/github/test_actions_deployer.py
@@ -12,7 +12,6 @@ class _GithubException(Exception):
12
13
14
class TestActionsDeployer(unittest.TestCase):
15
-
16
def _make_deployer(self):
17
with patch.object(ActionsDeployer, "__init__", return_value=None):
18
deployer = ActionsDeployer()
0 commit comments