diff --git a/hypothesis/__init__.py b/hypothesis/__init__.py index f5e119b..47c0656 100644 --- a/hypothesis/__init__.py +++ b/hypothesis/__init__.py @@ -54,7 +54,7 @@ def _iter(): if selectors is None: # TODO warn?... selectors = [] - content: Optional[str] + content: Optional[str] = None for s in selectors: if 'exact' in s: content = s['exact']