Remove unused imports.

This commit is contained in:
Florian Bruhin 2015-11-26 15:55:40 +01:00
parent 7eb6f658eb
commit 102db181c5
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
"""Fixtures for the httpbin webserver."""
import re
import sys
import json
import socket

View File

@ -28,7 +28,6 @@ import time
import signal
import os
import threading
from datetime import datetime
from httpbin.core import app
from httpbin.structures import CaseInsensitiveDict