Rename bfxapi.utils to _utils (and update references).

This commit is contained in:
Davide Casale
2023-06-19 05:02:04 +02:00
parent f1e678e043
commit 9edbd7a415
9 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ from ...types import serializers
from ...types.serializers import _Notification
from ...utils.json_encoder import JSON
from ..._utils.json_encoder import JSON
class RestAuthEndpoints(Middleware):
def get_user_info(self) -> UserInfo: