Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
PON authored and PON committed Sep 14, 2023
1 parent c225614 commit ebefbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapentity/views/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import os
from datetime import datetime
from urllib.parse import parse_qs, unquote, urlencode, urlparse, urlunparse
from urllib.parse import parse_qs, urlencode, urlparse, urlunparse

from django.conf import settings
from django.contrib import messages
Expand Down

0 comments on commit ebefbfc

Please sign in to comment.