Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jan 31, 2017
1 parent af41949 commit 083d3fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion circuits/web/http.py
Expand Up @@ -4,7 +4,6 @@
or commonly known as HTTP.
"""
from io import BytesIO
from socket import socket

from circuits.core import BaseComponent, Value, handler
from circuits.net.events import close, write
Expand Down

0 comments on commit 083d3fb

Please sign in to comment.