Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermaky committed May 1, 2024
1 parent f485ce7 commit 9dd0293
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/py/tests/edge_context_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ def test_create_empty_context(self):
self.assertEqual(
request_context._header,
# loid
b"\x0c\x00"
b"\x01"
b"\x00" # STRUCT # tag number # END STRUCT
b"\x0c\x00" b"\x01" b"\x00" # STRUCT # tag number # END STRUCT
# session
b"\x0c\x00\x02\x00"
# device
Expand Down

0 comments on commit 9dd0293

Please sign in to comment.