Skip to content

Add MondayClient init type hints#40

Open
omribz156 wants to merge 1 commit into
mondaycom:masterfrom
omribz156:codex/client-init-type-hints
Open

Add MondayClient init type hints#40
omribz156 wants to merge 1 commit into
mondaycom:masterfrom
omribz156:codex/client-init-type-hints

Conversation

@omribz156
Copy link
Copy Markdown

Fixes #25.

Summary

  • add type hints to MondayClient.__init__
  • keep the existing defaults and runtime behavior unchanged
  • align the constructor typing with the already-typed MondayGraphQL.__init__

Verification

  • python -m compileall src
  • git diff --check

This was implemented with Codex assistance, with the final diff reviewed before posting.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add type hints to MondayClient.__init__

1 participant