mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Silence more flake8 errors (#1160)
Make more whitespace changes to silence flake8 errors under the github directory only.
This commit is contained in:
committed by
Wan Liuyang
parent
b8dad9817e
commit
828b53b756
@@ -171,4 +171,3 @@ class ProjectColumn(github.GithubObject.CompletableGithubObject):
|
||||
self._updated_at = self._makeDatetimeAttribute(attributes["updated_at"])
|
||||
if "url" in attributes: # pragma no branch
|
||||
self._url = self._makeStringAttribute(attributes["url"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user