Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Nov 7, 2023
1 parent 1c06347 commit dcdfd68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_codemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ def code_manager(self, smart_dataframe: SmartDataframe):

@pytest.fixture
def exec_context(self) -> MagicMock:
context = MagicMock(spec=CodeExecutionContext)
return context
return MagicMock(spec=CodeExecutionContext)

def test_run_code_for_calculations(
self, code_manager: CodeManager, exec_context: MagicMock
Expand Down

0 comments on commit dcdfd68

Please sign in to comment.