Skip to content

Commit 119f81d

Browse files
📝 PEP8-#173: Apply ruff format to GitHub Actions deployer test
1 parent f74d03f commit 119f81d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/cloud/github/test_actions_deployer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class _GithubException(Exception):
1212

1313

1414
class TestActionsDeployer(unittest.TestCase):
15-
1615
def _make_deployer(self):
1716
with patch.object(ActionsDeployer, "__init__", return_value=None):
1817
deployer = ActionsDeployer()

0 commit comments

Comments
 (0)