flake8: formatting issues
This commit is contained in:
parent
b2de15b705
commit
a808b84bec
2 changed files with 5 additions and 4 deletions
|
@ -20,6 +20,6 @@ class BlockBridgeGitHubAutomation(BlockBridgeReachabilityAutomation):
|
|||
contents = repo.get_contents(f"recentResult_{vantage_point}")
|
||||
if isinstance(contents, list):
|
||||
raise RuntimeError(
|
||||
f"Expected a file at recentResult_{vantage_point}"
|
||||
" but got a directory.")
|
||||
f"Expected a file at recentResult_{vantage_point}"
|
||||
" but got a directory.")
|
||||
self._lines = contents.decoded_content.decode('utf-8').splitlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue