Skip to content

Commit eaa7c70

Browse files
committed
undo changes in exercises
1 parent 41ec250 commit eaa7c70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

documentation/pysa_tutorial/exercise2/.pyre_configuration

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
],
1111
"exclude": [
1212
".*/integration_test/.*"
13-
],
14-
"use_command_v2": true
13+
]
1514
}

documentation/pysa_tutorial/exercise2/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def operate_on_threes(request: HttpRequest) -> HttpResponse:
2121

2222
exec(f"result = 3 {operator} 3")
2323

24-
return result # noqa: F82 1
24+
return result # noqa: F821
2525

2626

2727
def operate_on_fours(request: HttpRequest) -> HttpResponse:

0 commit comments

Comments
 (0)