python: tests: remove unused imports

No functional changes.
This commit is contained in:
Pino Toscano
2020-01-10 13:30:59 +01:00
parent 4719cca7f5
commit 7d0f8e1b22
9 changed files with 0 additions and 10 deletions

View File

@@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import unittest
import os
import guestfs

View File

@@ -16,8 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import unittest
import sys
import os
import guestfs
from .tests_helper import *

View File

@@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import unittest
import os
import guestfs

View File

@@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import unittest
import os
import guestfs
close_invoked = 0

View File

@@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import unittest
import os
import guestfs
log_invoked = 0

View File

@@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import unittest
import os
import guestfs
callback_invoked = 0

View File

@@ -18,7 +18,6 @@
# Test implicit vs explicit closes of the handle (RHBZ#717786).
import unittest
import os
import guestfs
close_invoked = 0

View File

@@ -24,7 +24,6 @@ import unittest
import random
import string
import os
import sys
import guestfs
from .tests_helper import *

View File

@@ -22,7 +22,6 @@
import unittest
import os
import sys
import guestfs
from .tests_helper import *