You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
"""Authenticate using the given credentials and parsed WWW-Authenticate
dictionary. Return a new Auth object if successful, None if
not. The caller is responsible for dealing with the failure."""
...
Like pass, I like the ellipsis here to make the empty body more clear. However, in this case the true error is missing @abc.abstractmethod. Can we enforce that abstract methods have an ellipsis body and vice versa?
The text was updated successfully, but these errors were encountered:
Split from #1860. Pylint: W2301 unnecessary-ellipsis
charliecloud/lib/registry.py
Lines 81 to 86 in d679373
Like
pass
, I like the ellipsis here to make the empty body more clear. However, in this case the true error is missing@abc.abstractmethod
. Can we enforce that abstract methods have an ellipsis body and vice versa?The text was updated successfully, but these errors were encountered: