Skip to content

Commit 754311a

Browse files
committed
Remove unused import
1 parent 64864ea commit 754311a

File tree

1 file changed

+1
-1
lines changed
  • label_studio_ml/examples/timeseries_segmenter

1 file changed

+1
-1
lines changed

label_studio_ml/examples/timeseries_segmenter/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import os
99
import io
1010
import logging
11-
import pickle
1211
from typing import Dict, List, Optional, Tuple
1312

1413
import numpy as np
@@ -236,4 +235,5 @@ def fit(self, event, data, **kwargs):
236235
self._save_model(model)
237236
global _model
238237
_model = None
238+
239239
self._get_model(len(params["channels"]), len(params["labels"]))

0 commit comments

Comments
 (0)