Removed unused variables

This commit is contained in:
Andrew Murray 2020-07-29 07:54:33 +10:00
parent 893489c572
commit fda22ed82e
2 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,6 @@
import base64
import io
import itertools
import logging
import os
import re
from collections import namedtuple
@ -19,8 +18,6 @@ from .helper import (
skip_unless_feature,
)
logger = logging.getLogger(__name__)
@skip_unless_feature("libtiff")
class LibTiffTestCase:

View File

@ -1,4 +1,3 @@
import logging
import os
from io import BytesIO
@ -16,8 +15,6 @@ from .helper import (
is_win32,
)
logger = logging.getLogger(__name__)
class TestFileTiff:
def test_sanity(self, tmp_path):