mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:09:16 +02:00
Linting issues
This commit is contained in:
parent
f4b7dd6518
commit
2adc62c8d4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import re
|
|||
from django.db.models import Q
|
||||
|
||||
|
||||
QUERY_REGEX = re.compile('(((?P<key>\w+):)?(?P<value>"[^"]+"|[\S]+))')
|
||||
QUERY_REGEX = re.compile(r'(((?P<key>\w+):)?(?P<value>"[^"]+"|[\S]+))')
|
||||
|
||||
|
||||
def parse_query(query):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue