Fix unused import.

This commit is contained in:
Itamar Turner-Trauring 2022-01-25 10:56:45 -05:00
parent 609bd819bb
commit 2583236ad8
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ from klein import Klein
from twisted.web import http
import attr
from werkzeug.http import parse_range_header, parse_content_range_header
from collections_extended import RangeMap
# TODO Make sure to use pure Python versions?
from cbor2 import dumps, loads