Run black over the entire tree (#1386)

It's been a while since black was run over the entire tree, and since CI
still doesn't check it, we can get behind.
This commit is contained in:
Steve Kowalik
2020-02-11 10:37:25 +11:00
committed by GitHub
parent e76cc11271
commit 784deb5f68
3 changed files with 3 additions and 10 deletions
+1 -3
View File
@@ -59,9 +59,7 @@ class InputGitTreeElement(object):
content, str
), content
assert (
sha is github.GithubObject.NotSet
or sha is None
or isinstance(sha, str)
sha is github.GithubObject.NotSet or sha is None or isinstance(sha, str)
), sha
self.__path = path
self.__mode = mode