We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39835c5 commit 6b28851Copy full SHA for 6b28851
wikidata/client.py
@@ -100,7 +100,7 @@ def __init__(self,
100
None] = None,
101
entity_type_guess: bool = True,
102
cache_policy: CachePolicy = NullCachePolicy(),
103
- repr_string: Optional[str] = None
+ repr_string: Optional[str] = None,
104
user_agent: Optional[str] = 'WikidataClientPython (https://github.com/dahlia/wikidata; hong@minhee.org)'
105
) -> None:
106
self._using_default_opener = opener is None
0 commit comments