8000 fix(lint): mypy is unable to find bottle · getsentry/sentry-python@ff17437 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff17437

Browse files
committed
fix(lint): mypy is unable to find bottle
1 parent c47f77c commit ff17437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/bottle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
from typing import Dict
1515
from typing import Callable
1616
from typing import Optional
17-
from bottle import FileUpload, FormsDict, LocalRequest
17+
from bottle import FileUpload, FormsDict, LocalRequest # type: ignore
1818

19-
from bottle import Bottle, request as bottle_request
19+
from bottle import Bottle, request as bottle_request # type: ignore
2020

2121

2222
class BottleIntegration(Integration):

0 commit comments

Comments
 (0)
0