Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AsyncSCIMClient expects client to be httpx.Client, not httpx.AsyncClient #42

Description

@NaqGuug

Title says it all.

In AsyncSCIMClient change this:

def __init__(self, client: Client, *args, **kwargs):

to this:

def __init__(self, client: AsyncClient, *args, **kwargs):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions