We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ccae1 commit ce1ef2bCopy full SHA for ce1ef2b
pyard/ard_refactored.py
@@ -60,15 +60,15 @@ def __init__(
60
if config:
61
self._config.update(config)
62
63
- # Initialize database and mappings
64
- self._initialize_database(imgt_version, load_mac)
65
-
66
# Initialize specialized handlers
67
self._initialize_handlers()
68
69
# Setup caching
70
self._setup_caching(max_cache_size)
71
+ # Initialize database and mappings
+ self._initialize_database(imgt_version, load_mac)
+
72
# Freeze reference data for Python >= 3.9
73
self._freeze_reference_data()
74
0 commit comments