From 03172c870a836e8908059b555700395cd239cf1c Mon Sep 17 00:00:00 2001 From: diminator Date: Fri, 31 Mar 2017 11:18:44 +0200 Subject: [PATCH] flake8 import --- bigchaindb/web/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bigchaindb/web/server.py b/bigchaindb/web/server.py index 84bbff8d..fc5c6e85 100644 --- a/bigchaindb/web/server.py +++ b/bigchaindb/web/server.py @@ -2,7 +2,6 @@ The application is implemented in Flask and runs using Gunicorn. """ -import os import copy import multiprocessing