Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mager committed May 26, 2024
1 parent 2affcd3 commit eb3d803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage_ai/data_preparation/models/block/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ def read_partial_data(
def get_variable_object(
self,
block_uuid: str,
variable_uuid: str,
variable_uuid: Optional[str] = None,
clean_block_uuid: bool = True,
dynamic_block_index: Optional[int] = None,
input_data_types: Optional[List[InputDataType]] = None,
Expand Down

0 comments on commit eb3d803

Please sign in to comment.