You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
External imports in sdk.py file are slowing down the sdk loading and break the standard used to access the SDK endpoints. This could be improved by removing these imports and providing them as SDK enpoints.
By external imports I mean all the imports from line 1 to 11 in the screenshot below.
The text was updated successfully, but these errors were encountered:
External imports in
sdk.py
file are slowing down the sdk loading and break the standard used to access the SDK endpoints. This could be improved by removing these imports and providing them as SDK enpoints.By external imports I mean all the imports from line 1 to 11 in the screenshot below.
The text was updated successfully, but these errors were encountered: