allow change to build in type hints

This commit is contained in:
collerek
2020-10-31 15:43:34 +01:00
parent 320588a3c1
commit 8fba94efa1
18 changed files with 575 additions and 131 deletions

View File

@ -1,7 +1,7 @@
import asyncio
import sqlite3
import asyncpg # type: ignore
import asyncpg # type: ignore
import databases
import pymysql
import pytest