Suppress pylint E1103 false positives.
pylint doesn't understand that <date> - <timedelta> results in a date, but thinks it results in a timedelta. Since timedelta has no isoformat() method, it will complain.
Showing
Please register or sign in to comment