removes exposed dump method (circular import apparently)

fixes test
This commit is contained in:
Mose Müller
2024-04-04 16:20:50 +02:00
parent 5936e7091e
commit 9cb667581a
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
from pydase.utils.serialization.serializer import dump
__all__ = ["dump"]