Removed unnecessary import in db_queries.py
This commit is contained in:
parent
9dc1f902d3
commit
2ff58fb955
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
from django.conf import settings
|
||||
from django.db import connection
|
||||
|
||||
from .models import Order
|
||||
|
||||
COMBINE_ALPHABET = "abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
def _db_select(sql_select:str):
|
||||
|
@ -14,7 +15,6 @@ def _db_select(sql_select:str):
|
|||
return result
|
||||
|
||||
|
||||
COMBINE_ALPHABET = "abcdefghijklmnopqrstuvwxyz"
|
||||
def _combine_results(results:list) -> dict:
|
||||
'''
|
||||
e.g.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue