Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edadaltocg committed Jan 2, 2024
1 parent 79ee723 commit 00c0dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .data import create_dataset, get_dataset_cls, list_datasets, register_dataset
from .eval import get_ood_results
from .methods import create_detector, create_hyperparameters, list_detectors, register_detector
from .methods.utils import create_reduction
from .methods.templates import Detector
from .methods.utils import create_reduction
from .models import create_model, create_transform, list_models, timm_register_model
from .pipelines import create_pipeline, list_pipelines, register_pipeline

0 comments on commit 00c0dc1

Please sign in to comment.