Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump black version #323

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ofrak_core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp~=3.8.1
aiohttp-cors~=0.7.0
beartype~=0.12.0
black==22.6.0
black==23.3.0
fdt==0.3.3
importlib-metadata>=4.13
intervaltree==3.1.0
Expand Down
4 changes: 0 additions & 4 deletions ofrak_core/test_ofrak/unit/test_ofrak_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ async def test_update_script(ofrak_client: TestClient, hello_world_elf):
"",
"",
"async def main(ofrak_context: OFRAKContext, root_resource: Optional[Resource] = None):",
"",
" if root_resource is None:",
" root_resource = await ofrak_context.create_root_resource_from_file(",
' "hello_world_elf"',
Expand Down Expand Up @@ -587,7 +586,6 @@ def get_child_sort_key(child):
"",
"",
"async def main(ofrak_context: OFRAKContext, root_resource: Optional[Resource] = None):",
"",
" if root_resource is None:",
" root_resource = await ofrak_context.create_root_resource_from_file(",
' "hello_world_elf"',
Expand Down Expand Up @@ -683,7 +681,6 @@ async def test_clear_action_queue(ofrak_client: TestClient, hello_world_elf):
"",
"",
"async def main(ofrak_context: OFRAKContext):",
"",
" root_resource = await ofrak_context.create_root_resource_from_file(",
' "hello_world_elf"',
" )",
Expand Down Expand Up @@ -935,7 +932,6 @@ async def test_add_flush_to_disk_to_script(ofrak_client: TestClient, firmware_zi
"",
"",
"async def main(ofrak_context: OFRAKContext, root_resource: Optional[Resource] = None):",
"",
" if root_resource is None:",
" root_resource = await ofrak_context.create_root_resource_from_file(",
' "firmware_zip"',
Expand Down