Incorrect return type specified in data.py method
Closed this issue · 0 comments
JeffDesch commented
The update
method in the MongoDB
class in data.py
has a return type hint of Tuple
but the method returns a strictly bool
property. Additionally, the Tuple
type class is only used here in this type hint so it should also be removed from the import statements when the type hint is fixed.
Suggested Story Points: 1