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 4f9e188 commit da09702
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 @@ -30,7 +30,7 @@ def __init__(self, input_groups: Iterator[Group], metadata: MockMetaData):
""" Mock context for the current group """
self._current:Optional[StandaloneMockContext] = None
""" Output for all groups """
self._previous_groups = [] # type: List[Group]
self._previous_groups: List[Group] = []

def _next_group(self) -> bool:
"""
Expand Down

0 comments on commit da09702

Please sign in to comment.