Skip to content

Commit bfa3f56

Browse files
abh1sarnvazquez
authored andcommitted
fix eof and unused imports in test_nbd_entries.py
1 parent b5bed89 commit bfa3f56

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/vm/hypervisor/kvm/imageserver/tests/test_nbd_entries.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
import subprocess
2525
import tempfile
2626
import unittest
27-
from unittest import mock
2827

29-
from imageserver.backends import nbd as nbd_backend
3028
from imageserver.backends.nbd import NbdConnection, _entries_to_pairs
3129
from imageserver.util import is_fallback_dirty_response
3230

@@ -193,4 +191,4 @@ def test_dirty_extents_match_writes(self):
193191

194192

195193
if __name__ == "__main__":
196-
unittest.main()
194+
unittest.main()

0 commit comments

Comments
 (0)