some typos

This commit is contained in:
collerek
2020-10-31 09:23:24 +01:00
parent 0abed5911f
commit 320588a3c1
3 changed files with 5 additions and 3 deletions

View File

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