Remove unused import

This commit is contained in:
Tulir Asokan 2020-10-22 13:26:06 +03:00
parent be90ee5465
commit a8784f4377

View file

@ -18,7 +18,6 @@ from datetime import datetime
from time import mktime, time from time import mktime, time
from string import Template from string import Template
import asyncio import asyncio
import json
import aiohttp import aiohttp
import hashlib import hashlib