'upd'}, {'$set': {'k': 'v'}}, True)] + [DeleteOne({'_id': 'del'})])
код работает, но пичарм ругается следующим сообщением: "Expected type 'List[UpdateOne]' (matched generic type 'List[_T]'), got 'List[DeleteOne]' instead... Inspection info: This inspection detects type errors in function call expressions. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Types of function parameters can be specified in docstrings or in Python 3 function annotations."
А ты пробовала написать генератор чтобы одному удалял? https://youtu.be/CuK0g8OFzwo
Обсуждают сегодня