Skip to content

Commit

Permalink
Update exasol_udf_mock_python/mock_context.py
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
ahsimb and tkilias authored Oct 12, 2023
1 parent 8c2fc81 commit 4f9e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol_udf_mock_python/mock_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, input_groups: Iterator[Group], metadata: MockMetaData):
self._input_groups = input_groups
self._metadata = metadata
""" Mock context for the current group """
self._current = None # type: Optional[StandaloneMockContext]
self._current:Optional[StandaloneMockContext] = None
""" Output for all groups """
self._previous_groups = [] # type: List[Group]

Expand Down

0 comments on commit 4f9e188

Please sign in to comment.