stoty commented on code in PR #146: URL: https://github.com/apache/phoenix-queryserver/pull/146#discussion_r1497010016
########## python-phoenixdb/phoenixdb/sqlalchemy_phoenix.py: ########## @@ -22,7 +22,7 @@ from sqlalchemy.engine.default import DefaultDialect, DefaultExecutionContext from sqlalchemy.exc import CompileError from sqlalchemy.sql.compiler import DDLCompiler -from sqlalchemy.types import BIGINT, BOOLEAN, CHAR, DATE, DECIMAL, FLOAT, INTEGER, NUMERIC,\ +from sqlalchemy.types import BIGINT, BOOLEAN, CHAR, DATE, DECIMAL, FLOAT, INTEGER, NUMERIC, \ Review Comment: This is flagged as an error by newer pylint versions, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
