Skip to content

Commit 6b28851

Browse files
authored
Fix formatting of repr_string parameter in client.py
1 parent 39835c5 commit 6b28851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wikidata/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(self,
100100
None] = None,
101101
entity_type_guess: bool = True,
102102
cache_policy: CachePolicy = NullCachePolicy(),
103-
repr_string: Optional[str] = None
103+
repr_string: Optional[str] = None,
104104
user_agent: Optional[str] = 'WikidataClientPython (https://github.com/dahlia/wikidata; hong@minhee.org)'
105105
) -> None:
106106
self._using_default_opener = opener is None

0 commit comments

Comments
 (0)