aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http2/frame.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/http2/frame.py')
-rw-r--r--netlib/http2/frame.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/netlib/http2/frame.py b/netlib/http2/frame.py
index fc86c228..ac9b8d50 100644
--- a/netlib/http2/frame.py
+++ b/netlib/http2/frame.py
@@ -1,12 +1,9 @@
import struct
-import logging
from functools import reduce
from hpack.hpack import Encoder, Decoder
from .. import utils
-log = logging.getLogger(__name__)
-
class FrameSizeError(Exception):
pass