Skip to content

Commit

Permalink
Fixed load function
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Feb 21, 2024
1 parent 4c12b28 commit 40603b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions upsonic/remote/on_prem.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,17 +319,9 @@ def dump(
def load(
self,
key,
encryption_key="a",
no_cache=False,
version_tag=None,
no_version=False,
):
return self.get(
key,
encryption_key=encryption_key,
no_cache=no_cache,
version_tag=version_tag,
no_version=no_version,
)

def set(
Expand Down

0 comments on commit 40603b2

Please sign in to comment.