Skip to content

Commit b068511

Browse files
committed
Ignore one beartype error
1 parent c942cff commit b068511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mock_vws/_requests_mock_server/mock_web_services_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from typing import Any
1717
from zoneinfo import ZoneInfo
1818

19-
from beartype import beartype
19+
from beartype import BeartypeConf, beartype
2020
from requests.models import PreparedRequest
2121

2222
from mock_vws._constants import ResultCodes, TargetStatuses
@@ -104,7 +104,7 @@ class MockVuforiaWebServicesAPI:
104104
This implementation is tied to the implementation of ``responses``.
105105
"""
106106

107-
@beartype
107+
@beartype(conf=BeartypeConf(is_pep484_tower=True))
108108
def __init__(
109109
self,
110110
*,

0 commit comments

Comments
 (0)