Skip to content

Commit d5082fe

Browse files
committed
Remove event_listeners from URI_VALIDATORS
1 parent d98a745 commit d5082fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymongo/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ def validate_ok_for_update(update):
450450
'tz_aware': validate_boolean_or_string,
451451
'uuidrepresentation': validate_uuid_representation,
452452
'connect': validate_boolean_or_string,
453-
'event_listeners': _validate_event_listeners,
454453
'minpoolsize': validate_non_negative_integer
455454
}
456455

0 commit comments

Comments
 (0)