Skip to content

Commit

Permalink
remove commented out setters
Browse files Browse the repository at this point in the history
Signed-off-by: tdhooghe <[email protected]>
  • Loading branch information
tdhooghe committed Oct 23, 2024
1 parent e0735ad commit d17b8a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kedro-datasets/kedro_datasets/snowflake/snowpark_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,6 @@ def _session(self) -> Session:
self.__session = self._get_session(self._connection_parameters)
return self.__session

# @_session.setter
# def _session(self, session: Session) -> None:
# self.__session = session

def load(self) -> DataFrame:
"""
Load data from a specified database table.
Expand Down

0 comments on commit d17b8a6

Please sign in to comment.