diff options
Diffstat (limited to 'sqlparse/functions.py')
| -rw-r--r-- | sqlparse/functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/functions.py b/sqlparse/functions.py index fbfcc0b..e54457e 100644 --- a/sqlparse/functions.py +++ b/sqlparse/functions.py @@ -33,7 +33,7 @@ def getcolumns(stream): return pipe(stream) -class IsType(): +class IsType(object): """Functor that return is the statement is of a specific type""" def __init__(self, type): self.type = type |
