Skip to content

Commit

Permalink
Added upsonic_serializer to index
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Apr 13, 2024
1 parent cce1515 commit 153ec2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion upsonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .remote import requires
from .remote import encrypt
from .remote import decrypt

from .remote import upsonic_serializer
from .remote import interface


Expand Down
1 change: 1 addition & 0 deletions upsonic/remote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
from .helper import requires
from .interface import encrypt
from .interface import decrypt
from .interface import upsonic_serializer
from .localimport import localimport
from . import interface

0 comments on commit 153ec2c

Please sign in to comment.