Skip to content

Conversation

@awalker4
Copy link
Collaborator

The import uvloop line here needs to:

  • Ignore a pylint import-outside-toplevel warning
  • Ignore a mypy error if stubs are not present (uvloop is not a dependency, so it's not actually installed in CI)

These comments were not ignoring both errors, turns out we need to flip the order.

The `import uvloop` line here needs to:

* Ignore a pylint `import-outside-toplevel` warning
* Ignore a mypy error if stubs are not present (uvloop is not a dependency, so it's not actually
installed in CI)

These comments were not ignoring both errors, turns out we need to flip the order.
@awalker4 awalker4 requested a review from amadeusz-ds August 22, 2024 18:07
@awalker4 awalker4 enabled auto-merge (squash) August 22, 2024 18:07
@awalker4 awalker4 merged commit 5ae2f46 into main Aug 23, 2024
@awalker4 awalker4 deleted the fix/mypy-error branch August 23, 2024 06:57
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.

3 participants