Skip to content

Commit

Permalink
disable: pyright missing import error
Browse files Browse the repository at this point in the history
  • Loading branch information
metaist committed Dec 15, 2023
1 parent 27c7c3b commit 1226a2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added test/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion test/test_to_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from typing import Union

# lib
from pytest import raises
from pytest import raises # type: ignore[reportMissingImports]

# pkg
import castfit
Expand Down

0 comments on commit 1226a2e

Please sign in to comment.