mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 09:38:49 +08:00
pep 8
This commit is contained in:
@@ -10,15 +10,4 @@ def row2dict(row):
|
||||
d[c.name] = getattr(row, c.name).strftime("%Y-%m-%d %H:%M:%S")
|
||||
else:
|
||||
d[c.name] = getattr(row, c.name)
|
||||
return d
|
||||
|
||||
|
||||
from account import *
|
||||
from attribute import *
|
||||
from ci import *
|
||||
from ci_relation import *
|
||||
from ci_type import *
|
||||
from ci_type_relation import *
|
||||
from ci_value import *
|
||||
from history import *
|
||||
from statis import *
|
||||
return d
|
Reference in New Issue
Block a user