Skip to content

Commit

Permalink
Ignore Pylance error
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Warner <[email protected]>
  • Loading branch information
brianwarner committed Oct 7, 2024
1 parent c0d0f64 commit 5ba702a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sys.path.insert(0, os.path.abspath("../src/talkgooder"))
sys.path.insert(0, os.path.abspath(".."))

from _version import __version__ as version # noqa E402, must update path before use
from _version import __version__ as version # noqa E402 # type: ignore # won't exist until build

extensions = [
"sphinx.ext.autodoc",
Expand Down

0 comments on commit 5ba702a

Please sign in to comment.