mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-13 19:24:01 +00:00
ImageInfoTest: remove useless ending comma
This commit is contained in:
@@ -238,7 +238,7 @@ class ImageInfoTest(PicardTestCase):
|
||||
)
|
||||
|
||||
def test_jpeg(self):
|
||||
file = os.path.join('test', 'data', 'mb.jpg',)
|
||||
file = os.path.join('test', 'data', 'mb.jpg')
|
||||
|
||||
with open(file, 'rb') as f:
|
||||
self.assertEqual(
|
||||
|
||||
Reference in New Issue
Block a user