Skip to content

Commit

Permalink
Merge pull request #10 from mraspaud/remove-six
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Apr 26, 2023
2 parents ac3714c + 015145f commit a7767a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytroll_monitor/monitor_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import logging
import requests
import json
from six.moves.urllib.parse import urljoin
from urllib.parse import urljoin

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit a7767a8

Please sign in to comment.