Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamaral committed Feb 19, 2023
1 parent 5020411 commit 06f322f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/gregory/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from joblib import load
from .models import Articles
from django_cron import CronJobBase, Schedule
from urllib.parse import urlencode, urlparse, urlunparse, parse_qs

def remove_utm(url):
u = urlparse(url)
Expand Down

0 comments on commit 06f322f

Please sign in to comment.