Drop explicit return values for `Dict`.get() · paulchubatyy/github3.py@1bbf620 · GitHub
Skip to content

Commit 1bbf620

Browse files
committed
Drop explicit return values for Dict.get()
The `.get()` method on dicts returns `None` by default, remove unnecessary explicit references.
1 parent ca631f8 commit 1bbf620

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

github3/repos/repo.py

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)