Skip to content

Commit dac02c5

Browse files
committed
Merge branch 'test-exceptions' of github.com:adamtheturtle/vws-python into test-exceptions
2 parents 3f0ed79 + acb2fee commit dac02c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exceptions/test_request_quota_reached.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55

6-
def test_request_quota_reached():
6+
def test_request_quota_reached() -> None:
77
# See https://github.com/adamtheturtle/vws-python/issues/822 for writing
88
# this test.
99
pass

0 commit comments

Comments
 (0)