Skip to content

Commit 9757872

Browse files
author
Pablo Rodríguez Flores
committed
Removed trailing space.
1 parent 73d2e4e commit 9757872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/src/server/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def calculate():
116116
model = decoded_model
117117
except Exception as e:
118118
logger.logger.error(f"Error decoding or checking model: {e}")
119-
model = 'default'
119+
model = 'default'
120120
return self.execute_model(druid_query, config.get("Outliers","metric"), model)
121121

122122
def execute_model(self, druid_query, metric, model='default'):

0 commit comments

Comments
 (0)