Skip to content

Commit 1b85f5f

Browse files
committed
Add explicit error type to ignore
1 parent cdff78f commit 1b85f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_flask/live_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(
2828

2929
# force 'fork' on macOS
3030
if platform.system() == "Darwin":
31-
multiprocessing = multiprocessing.get_context("fork") # type: ignore
31+
multiprocessing = multiprocessing.get_context("fork") # type: ignore[assignment]
3232

3333

3434
class LiveServer: # pragma: no cover

0 commit comments

Comments
 (0)