mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-04 23:06:24 -04:00
- fix a typo that was apparently not really impacting anything
This commit is contained in:
@@ -2201,7 +2201,7 @@ class FromClause(Selectable):
|
||||
def _reset_exported(self):
|
||||
"""delete memoized collections when a FromClause is cloned."""
|
||||
|
||||
for attr in '_columns', '_primary_key_foreign_keys', \
|
||||
for attr in '_columns', '_primary_key', '_foreign_keys', \
|
||||
'locate_all_froms':
|
||||
self.__dict__.pop(attr, None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user