Skip to content

Commit

Permalink
Rename anomaly_module to anomalib_module
Browse files Browse the repository at this point in the history
Signed-off-by: Samet Akcay <samet.akcay@intel.com>
  • Loading branch information
samet-akcay committed Dec 10, 2024
1 parent ec49a5a commit ca22800
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anomalib/models/components/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2022-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

from .anomaly_module import AnomalibModule
from .anomalib_module import AnomalibModule
from .buffer_list import BufferListMixin
from .dynamic_buffer import DynamicBufferMixin
from .memory_bank_module import MemoryBankMixin
Expand Down
File renamed without changes.

0 comments on commit ca22800

Please sign in to comment.