diff options
-rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 70105c5e22..6960bd06cb 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -2,8 +2,6 @@ // All the qstr definitions in this file are available as constants. // That is, they are in ROM and you can reference them simply as MP_QSTR_xxxx. -// TODO probably should add Python keywords, eg if, def, etc - Q(*) Q(__build_class__) Q(__class__) |