Skip to content

Commit

Permalink
bump black version (#323)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: edward <edward@redballoonsecurity.com>
  • Loading branch information
EdwardLarson and Edward-Larson committed Jun 7, 2023
1 parent 523f73b commit 45d2687
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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

0 comments on commit 45d2687

Please sign in to comment.