Skip to content

Commit 5689cd6

Browse files
committed
add type ignore for mypy
1 parent 4935f9d commit 5689cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stac_validator/stac_validator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import sys
33

44
import click # type: ignore
5-
from stac_check.cli import cli_message as lint_message
6-
from stac_check.lint import Linter
5+
from stac_check.cli import cli_message as lint_message # type: ignore
6+
from stac_check.lint import Linter # type: ignore
77

88
from .validate import StacValidate
99

0 commit comments

Comments
 (0)