From 3a2152989d0bc75a573551c6323f92dcadafef66 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 14 Dec 2011 23:06:23 -0500 Subject: [PATCH] oops --- app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.py b/app.py index c450458..1c084ed 100644 --- a/app.py +++ b/app.py @@ -7,8 +7,6 @@ tablib-service This is a simple web service for converting tabular datasets. """ -from collections import OrderedDict - import tablib from flask import Flask, request, jsonify