Leonid Smirnov

Results 2 issues of Leonid Smirnov

Hi! I was trying to run the example from http://aiomysql.readthedocs.io/en/latest/sa.html : ```python import asyncio import sqlalchemy as sa from aiomysql.sa import create_engine metadata = sa.MetaData() tbl = sa.Table('tbl', metadata, sa.Column('id',...

bug
sqlalchemy

### Short Summary Codeintel fails when it locates f-string passed as context parameter of `with context(some_parameter)`. ### Steps to Reproduce Last two lines of the following code make codeintel to...