From 4e42661a98cb8521bb3410b3aa1ae6f1eba17beb Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 20 Mar 2024 03:23:52 +0100 Subject: [PATCH] refactor: remove unused import --- store/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/store/app.py b/store/app.py index ca4cb082..af4b346b 100644 --- a/store/app.py +++ b/store/app.py @@ -9,7 +9,6 @@ import os import string import random import urllib -import json import sys from slugify import slugify from flask import (