Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
82b3aa80
Commit
82b3aa80
authored
Sep 22, 2020
by
Samuel GAIST
Committed by
Flavio TARSETTI
Sep 22, 2020
Browse files
[search] Simplify import of urlparse
parent
f1ca8c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/web/search/utils.py
View file @
82b3aa80
...
...
@@ -27,11 +27,7 @@
import
datetime
import
re
try
:
from
functools
import
reduce
except
ImportError
:
pass
from
functools
import
reduce
from
django.db.models
import
Q
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment