Vasily Kuznetsov
2019/02/04 17:48:50
If we only use pymysql instead of MySQLdb for test
If we only use pymysql instead of MySQLdb for testing, this import should be
done in the tests.
P.S. We might want to switch to pymysql in general (given that MySQLdb seems to
be dead and doesn't support Python 3, this might be a good idea...) but this
would need a separate ticket and review and then it would make more sense to put
this import into reports/utils.py instead of here.