♻️ Fix all pep8 coding conventions

This commit is contained in:
Simon
2018-01-16 13:41:02 -08:00
committed by Jason White
parent 89834a9b77
commit 6bc804dc15
29 changed files with 33 additions and 42 deletions
+1 -1
View File
@@ -144,5 +144,5 @@ class RepositoryKey(github.GithubObject.CompletableGithubObject):
self._url = self._makeStringAttribute(attributes["url"])
if "verified" in attributes: # pragma no branch
self._verified = self._makeBoolAttribute(attributes["verified"])
if "read_only" in attributes: # pragma no branch
if "read_only" in attributes: # pragma no branch
self._read_only = self._makeBoolAttribute(attributes["read_only"])