Skip to content

Commit bf53c86

Browse files
author
Aaron Hill
committed
fixing code tags again
1 parent 8d48135 commit bf53c86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samples/vision/inkrecognizer_sample.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ def __init__(self, url, key):
6060
key,
6161
application_kind=APPLICATION_KIND, # default arguments for each request.
6262
)
63-
# </inkClient>
64-
# <requestMethod>
6563
def send_request(self, ink_stroke_list):
6664
self._root = None
6765
try:
@@ -81,7 +79,7 @@ def send_request(self, ink_stroke_list):
8179
self._root = root
8280
except Exception as e:
8381
messagebox.showinfo("Error", e)
84-
# </requestMethod>
82+
# </inkClient>
8583

8684
# <recognitionManager>
8785
class RecognitionManager:

0 commit comments

Comments
 (0)