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
The _DEFAULT type defined expects an instance, but the actual method only checks for the _DEFAULT type itself. I believe the _DEFAULT type should be changed to Type[_DEFAULT]:
For the
ConnectionParameters
, the type are defined as follows:The
_DEFAULT
type defined expects an instance, but the actual method only checks for the_DEFAULT
type itself. I believe the_DEFAULT
type should be changed toType[_DEFAULT]
:The text was updated successfully, but these errors were encountered: