File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ def __init__(self, api):
66
77 def create_inferred_rel (self , ** kwargs ):
88 input = kwargs .get ("input" , None )
9- self .api .app_logger .info (
10- "Creating inferred rel" , {"input" : input }
11- )
9+ self .api .app_logger .info ("Creating inferred rel" , {"input" : input })
1210 query = """
1311 mutation inferredRelationAdd($jsonInput: String!) {
1412 inferredRelationAdd(jsonInput: $jsonInput)
@@ -18,9 +16,7 @@ def create_inferred_rel(self, **kwargs):
1816
1917 def create_inferred_entity (self , ** kwargs ):
2018 input = kwargs .get ("input" , None )
21- self .api .app_logger .info (
22- "Creating inferred rel" , {"input" : input }
23- )
19+ self .api .app_logger .info ("Creating inferred rel" , {"input" : input })
2420 query = """
2521 mutation inferredRelationAdd($jsonInput: String!) {
2622 inferredRelationAdd(jsonInput: $jsonInput)
You can’t perform that action at this time.
0 commit comments