database: remove stale import

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-02-18 20:24:08 -05:00
parent ad66831324
commit 201e84cd94
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import struct
import operator import operator
import logging import logging
from asyncio import Future, Task from asyncio import Future, Task
from io import BytesIO
from functools import reduce from functools import reduce
from threading import Lock as ThreadLock from threading import Lock as ThreadLock
import lmdb import lmdb