Skip to content

Commit f502225

Browse files
add type ignore
1 parent a4c92b0 commit f502225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/clickhouse_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __getitem__(self, _):
3030

3131

3232
try:
33-
from clickhouse_driver import VERSION
33+
from clickhouse_driver import VERSION # type: ignore[import-not-found]
3434
from clickhouse_driver.client import Client # type: ignore[import-not-found]
3535
from clickhouse_driver.connection import Connection # type: ignore[import-not-found]
3636

0 commit comments

Comments
 (0)