Skip to content

Commit

Permalink
Correct import to proper import
Browse files Browse the repository at this point in the history
  • Loading branch information
paxnovem committed May 21, 2024
1 parent aadf105 commit 1bfc839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_rq.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import redis

from flask import current_app
from urllib import urlparse
from urllib.parse import urlparse
from rq import Queue, Worker


Expand Down

0 comments on commit 1bfc839

Please sign in to comment.