Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed May 15, 2024
1 parent c5b77be commit 2b3afc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_train/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def inspect(
opts: OptsType = None,
):
"""Inspect dataset."""
from lightning.pytorch import seed_everything
from luxonis_ml.data import (
LuxonisDataset,
TrainAugmentations,
Expand All @@ -118,7 +119,6 @@ def inspect(
from luxonis_train.utils.config import Config
from luxonis_train.utils.loaders import LuxonisLoaderTorch, collate_fn
from luxonis_train.utils.types import LabelType
from lightning.pytorch import seed_everything

overrides = {}
if opts:
Expand Down

0 comments on commit 2b3afc4

Please sign in to comment.