Skip to content

Failure: Type-Checking Failure #36

Description

@dfytg

Running mypy on the current main branch reports two type-checking errors in src/x402_openai/_wallet.py.

The issue is a type mismatch between x402Client and x402ClientSync:

src/x402_openai/_wallet.py:125:
Incompatible types in assignment
(expression has type "x402Client", variable has type "x402ClientSync")

src/x402_openai/_wallet.py:130:
Argument 1 to "x402HTTPClient" has incompatible type "x402ClientSync";
expected "x402Client"

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