From a400375e01beaf4e06c30769b2ff44470eb3270a Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Wed, 24 May 2023 23:30:23 +0200 Subject: [PATCH] remove slugify import --- lib/WPImport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WPImport.py b/lib/WPImport.py index ba405ee..8d7cbc6 100644 --- a/lib/WPImport.py +++ b/lib/WPImport.py @@ -5,7 +5,6 @@ from urllib.parse import urlparse import requests, os, logging, re, json from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.retry import Retry -from slugify import slugify class WPimport: # Constructor