From 287f4e705eb81813fb2977b580a9adb04d006b9e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 11 Aug 2010 13:20:10 -0400 Subject: [PATCH] Remove outdated type TODOs from hooke/command (conversion handled by UIs). --- hooke/command.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hooke/command.py b/hooke/command.py index 974e3b5..c694bff 100644 --- a/hooke/command.py +++ b/hooke/command.py @@ -250,9 +250,6 @@ class Argument (object): """ pass # TODO: validation - # TODO: type conversion - -# TODO: type extensions? # Useful callbacks -- 2.26.2