Skip to content

Commit 2586d45

Browse files
committed
Refresh CI
1 parent e377528 commit 2586d45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mongoengine/fields.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,6 @@ class MapField(DictField):
11011101
"""A field that maps a name to a specified field type. Similar to
11021102
a DictField, except the 'value' of each item must match the specified
11031103
field type.
1104-
11051104
"""
11061105

11071106
def __init__(self, field=None, *args, **kwargs):

0 commit comments

Comments
 (0)