]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- removed needless 'continue'
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Oct 2007 16:58:02 +0000 (16:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Oct 2007 16:58:02 +0000 (16:58 +0000)
lib/sqlalchemy/orm/mapper.py

index 52841827a6688f5dffffd9302015980e6c542341..3da087fee74f5b130d793bd488f3b49ea1fedd81 100644 (file)
@@ -595,8 +595,6 @@ class Mapper(object):
                 
             self._compile_property(column_key, column, init=False, setparent=True)
 
-            continue
-
     def _adapt_inherited_property(self, key, prop):
         if not self.concrete:
             self._compile_property(key, prop, init=False, setparent=False)