Skip to content

Commit a223cb7

Browse files
committed
Test ruleset enforcement
1 parent 09bf60c commit a223cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def get_dog(id: int) -> tuple[Response, int] | Response:
6868
## HERE
6969

7070
if __name__ == '__main__':
71-
app.run(debug=True, port=5100) # Port 5100 to avoid macOS conflicts
71+
app.run(debug=True, port=5100) # Port 5100 to avoid macOS conflicts# test change

0 commit comments

Comments
 (0)