Skip to content

Commit

Permalink
Update datasets.py
Browse files Browse the repository at this point in the history
Signed-off-by: pem70 <[email protected]>
  • Loading branch information
pem70 committed Jul 22, 2024
1 parent a04dde5 commit 711ecd8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,6 @@ def like(self) -> Optional[str]:
"""Get the dataset name to copy attributes from."""
return self.__like

@like.setter
def like(self, like: Optional[str]):
"""Set the dataset name to copy attributes from."""
self.__like = like

def to_dict(self) -> dict:
"""Return the DatasetOption as a dict."""
return {key.replace("_DatasetOption__", ""): value for key, value in self.__dict__.items() if value is not None}
Expand Down

0 comments on commit 711ecd8

Please sign in to comment.