Thanks for your submission. I fixed the following lint errors:
unit_tests/test_mysql_common.py:6:1: E402 module level import not at top of file
unit_tests/test_mysql_common.py:13:9: F841 local variable 'h' is assigned to but never used
unit_tests/test_mysql_common.py:17:49: W292 no newline at end of file
Hello Edward,
Thanks for your submission. I fixed the following lint errors:
unit_tests/ test_mysql_ common. py:6:1: E402 module level import not at top of file test_mysql_ common. py:13:9: F841 local variable 'h' is assigned to but never used test_mysql_ common. py:17:49: W292 no newline at end of file
unit_tests/
unit_tests/
Merged.