Skip to content

Commit 385db0d

Browse files
'Refactored by Sourcery' (#736)
Co-authored-by: Sourcery AI <>
1 parent 1c06347 commit 385db0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_codemanager.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def code_manager(self, smart_dataframe: SmartDataframe):
7373

7474
@pytest.fixture
7575
def exec_context(self) -> MagicMock:
76-
context = MagicMock(spec=CodeExecutionContext)
77-
return context
76+
return MagicMock(spec=CodeExecutionContext)
7877

7978
def test_run_code_for_calculations(
8079
self, code_manager: CodeManager, exec_context: MagicMock

0 commit comments

Comments
 (0)