Add docstring

This commit is contained in:
Florian Bruhin 2018-11-27 08:54:25 +01:00
parent ec0dc59b06
commit 80808ee9d2

View File

@ -40,6 +40,8 @@ from qutebrowser.qt import sip
class Sentinel:
"""Sentinel value for default argument."""
pass