Skip to content

Commit ca22800

Browse files
committed
Rename anomaly_module to anomalib_module
Signed-off-by: Samet Akcay <[email protected]>
1 parent ec49a5a commit ca22800

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/anomalib/models/components/base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2022-2024 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
from .anomaly_module import AnomalibModule
6+
from .anomalib_module import AnomalibModule
77
from .buffer_list import BufferListMixin
88
from .dynamic_buffer import DynamicBufferMixin
99
from .memory_bank_module import MemoryBankMixin

0 commit comments

Comments
 (0)