This commit is contained in:
Erik Johnston 2015-04-16 11:18:45 +01:00
parent b8092fbc82
commit e1c0970c11
3 changed files with 0 additions and 6 deletions

View file

@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import collections
from ._base import SQLBaseStore, Table
from twisted.internet import defer
@ -167,4 +165,3 @@ class PusherStore(SQLBaseStore):
class PushersTable(Table):
table_name = "pushers"