Skip to content

Commit 676cc29

Browse files
committed
Drop unnecessary comment
1 parent c80a69b commit 676cc29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_updater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ async def test_os_update_path(
8686
"""Test OS upgrade path across major versions."""
8787
coresys.os._board = "rpi4" # pylint: disable=protected-access
8888
coresys.os._version = AwesomeVersion(version) # pylint: disable=protected-access
89-
# CodeNotary verification removed
9089
await coresys.updater.fetch_data()
9190

9291
assert coresys.updater.version_hassos == AwesomeVersion(expected)

0 commit comments

Comments
 (0)