mirror of
https://github.com/veops/cmdb.git
synced 2025-08-11 02:17:45 +08:00
pep 8
This commit is contained in:
@@ -9,7 +9,7 @@ from lib.const import TableMap
|
||||
from models.attribute import CIAttributeCache
|
||||
from models.ci_type import CITypeCache
|
||||
from extensions import db
|
||||
from models import CI
|
||||
from models.ci import CI
|
||||
from lib.ci import get_cis_by_ids
|
||||
from lib.query_sql import FACET_QUERY
|
||||
from lib.query_sql import QUERY_CI_BY_TYPE
|
||||
@@ -362,4 +362,4 @@ class Search(object):
|
||||
counter[ci_type] = 0
|
||||
counter[ci_type] += 1
|
||||
total = len(response)
|
||||
return response, counter, total, self.page, numfound, facet
|
||||
return response, counter, total, self.page, numfound, facet
|
||||
|
Reference in New Issue
Block a user