Skip to content

Commit

Permalink
type-check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Nov 15, 2024
1 parent 6e0c888 commit c0bdbfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luxonis_train/strategies/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from .base_strategy import BaseTrainingStrategy
from .triple_lr_sgd import TripleLRScheduler

__all__ = [
"TripleLRScheduler",
"BaseTrainingStrategy",
]

0 comments on commit c0bdbfc

Please sign in to comment.