Skip to content

Commit 2fd7067

Browse files
endeniskjc
authored andcommitted
Remove unused variable
1 parent bf24df8 commit 2fd7067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python3/koans/about_proxy_object_project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def test_proxy_records_messages_sent_to_tv(self):
5656
def test_proxy_handles_invalid_messages(self):
5757
tv = Proxy(Television())
5858

59-
ex = None
6059
with self.assertRaises(AttributeError):
6160
tv.no_such_method()
6261

0 commit comments

Comments
 (0)