From 16207ac17b38537a6bdcd6c56a9e1a2a581c875a Mon Sep 17 00:00:00 2001 From: fawce Date: Fri, 10 Feb 2012 17:06:57 -0500 Subject: [PATCH] minor --- qsim/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qsim/core.py b/qsim/core.py index 1edd8e76..5bacb402 100644 --- a/qsim/core.py +++ b/qsim/core.py @@ -29,7 +29,6 @@ class Simulator(object): pass - class DataFeed(object): """DataFeed is the heart of a simulation. It is initialized with a configuration for """