Skip to content

Commit d8086fa

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Fix pylint issue
1 parent 17cc670 commit d8086fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlayer/services/data_streamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _load_inference_pipeline(self) -> None:
182182
inference_pipeline.id,
183183
)
184184
else:
185-
logger.warn(
185+
logger.warning(
186186
"No inference pipeline found. Data will not be streamed to Openlayer."
187187
)
188188
self.inference_pipeline = inference_pipeline

0 commit comments

Comments
 (0)