Skip to content

Commit e6fa10f

Browse files
committed
issue #33
1 parent 7bf3e9e commit e6fa10f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sqlalchemy_mptt/events.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,10 @@ def mptt_before_update(mapper, connection, instance):
313313

314314

315315
class _WeakDictBasedSet(weakref.WeakKeyDictionary, object):
316-
# In absence of a default weakset implementation, provide our own dict
317-
# based solution.
316+
"""
317+
In absence of a default weakset implementation, provide our own dict
318+
based solution.
319+
"""
318320

319321
def add(self, obj):
320322
self[obj] = None

0 commit comments

Comments
 (0)