mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 03:26:01 -04:00
- remove errant pdb, references #3612
This commit is contained in:
@@ -493,11 +493,7 @@ class StrategizedProperty(MapperProperty):
|
||||
return strategy
|
||||
|
||||
def _get_strategy_by_cls(self, cls):
|
||||
try:
|
||||
return self._get_strategy(cls._strategy_keys[0])
|
||||
except IndexError:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
return self._get_strategy(cls._strategy_keys[0])
|
||||
|
||||
def setup(
|
||||
self, context, entity, path, adapter, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user