Skip to content

Commit 3a1375e

Browse files
committed
fix: remove unused variable in tests
1 parent af3cf0f commit 3a1375e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test_extract_barcode_from_url(url, expected):
248248
}
249249

250250

251-
IMAGES_WITH_NEW_SCHEMA = IMAGES = {
251+
IMAGES_WITH_NEW_SCHEMA = {
252252
"uploaded": {
253253
"1": {
254254
"sizes": {

0 commit comments

Comments
 (0)