Skip to content

Commit bd9fa62

Browse files
committed
Fix lint issue [skip ci]
1 parent 4ee712d commit bd9fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def validate_project_state(
148148
The result of calling the endpoint.
149149
A `FORBIDDEN` response with a PROJECT_INACTIVE result code if the
150150
project is inactive.
151-
"""
151+
"""
152152
request, context = args
153153

154154
if instance.state != States.PROJECT_INACTIVE:

0 commit comments

Comments
 (0)