Skip to content

Commit

Permalink
Skip tests for SQLParseError for now, it will go away soon.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 26, 2015
1 parent 9c9f0c4 commit 0925408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from sqlparse.compat import u
# Deprecated in 0.1.5. Will be removed in 0.2.0
from sqlparse.exceptions import SQLParseError
from sqlparse.exceptions import SQLParseError # noqa


def parse(sql, encoding=None):
Expand Down

0 comments on commit 0925408

Please sign in to comment.