From aca8ffa474d1a270b5334a6c926b1f19b23d426e Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Mon, 20 Jan 2014 10:59:20 +0100 Subject: Remove uneeded import from code example This had me reread the code twice to see if I missed why the import was present. --- lib/sqlalchemy/ext/mutable.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/sqlalchemy/ext/mutable.py') diff --git a/lib/sqlalchemy/ext/mutable.py b/lib/sqlalchemy/ext/mutable.py index 82410031d..4e574935d 100644 --- a/lib/sqlalchemy/ext/mutable.py +++ b/lib/sqlalchemy/ext/mutable.py @@ -49,7 +49,6 @@ tracks all parents which reference it. Below, we illustrate the a simple version of the :class:`.MutableDict` dictionary object, which applies the :class:`.Mutable` mixin to a plain Python dictionary:: - import collections from sqlalchemy.ext.mutable import Mutable class MutableDict(Mutable, dict): -- cgit v1.2.1