Skip to content

Commit

Permalink
fix: unused type: ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc authored and justinmk committed Jul 14, 2023
1 parent caadd41 commit 8cbaa08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynvim/plugin/host.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# type: ignore[no-untyped-def]
# type: ignore
"""Implements a Nvim host for python plugins."""
import inspect
import logging
Expand Down
2 changes: 1 addition & 1 deletion test/test_decorators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# type: ignore[attr-defined]
# type: ignore
from pynvim.plugin.decorators import command


Expand Down

0 comments on commit 8cbaa08

Please sign in to comment.