1
0
Fork 0

pylint fixes

This commit is contained in:
Hugh Rundle 2023-04-13 20:21:35 +10:00
parent c7adb62831
commit 56a062d01f
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,6 @@ import json
import re
import logging
from urllib.parse import urldefrag
import requests
from django.http import HttpResponse, Http404