Skip to content

Commit 7515e69

Browse files
committed
Make refactored ARD the default.
1 parent 2437d68 commit 7515e69

File tree

4 files changed

+228
-1269
lines changed

4 files changed

+228
-1269
lines changed

pyard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def init(
3838
cache_size: int = DEFAULT_CACHE_SIZE,
3939
config: dict = None,
4040
):
41-
from .ard_refactored import ARD
41+
from .ard import ARD
4242

4343
ard = ARD(
4444
imgt_version=imgt_version,

0 commit comments

Comments
 (0)