--- a/Utilities/py3flakes/checker.py Sun Sep 29 15:54:10 2013 +0200 +++ b/Utilities/py3flakes/checker.py Sun Sep 29 18:22:08 2013 +0200 @@ -42,6 +42,7 @@ ''' Created by the 'del' operator. ''' + pass class Importation(Binding): @@ -58,6 +59,7 @@ """ Represents binding a name as an argument. """ + pass class Assignment(Binding): @@ -68,6 +70,7 @@ the checker does not consider assignments in tuple/list unpacking to be Assignments, rather it treats them as simple Bindings. """ + pass class FunctionDefinition(Binding):