Skip to content

Commit e1025ef

Browse files
committed
Add docstring to function
1 parent dac02c5 commit e1025ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/test_exceptions/test_request_quota_reached.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
def test_request_quota_reached() -> None:
7-
# See https://github.com/adamtheturtle/vws-python/issues/822 for writing
8-
# this test.
9-
pass
7+
"""
8+
See https://github.com/adamtheturtle/vws-python/issues/822 for writing
9+
this test.
10+
"""

0 commit comments

Comments
 (0)