Skip to content

Commit e3b5dba

Browse files
committed
clean up import
1 parent b2a8224 commit e3b5dba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/viam/app/ml_training_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
TrainingStatus,
1717
TrainingJobMetadata,
1818
)
19-
from viam.proto.app.data import (
20-
Filter,
21-
)
19+
from viam.proto.app.data import Filter
2220

2321
LOGGER = logging.getLogger(__name__)
2422

0 commit comments

Comments
 (0)