From fdeef8099a40ac95f835e92aeef5f1703b84a731 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 4 Jul 2017 11:42:47 -0700 Subject: [PATCH] cleanup --- AnkiConnect.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AnkiConnect.py b/AnkiConnect.py index 5a73e4c..6931887 100644 --- a/AnkiConnect.py +++ b/AnkiConnect.py @@ -61,15 +61,15 @@ except: unicode = str +# +# Helpers +# + def webApi(func): func.webApi = True return func -# -# Helpers -# - def makeBytes(data): return data.encode('utf-8')