Skip to content

Commit 413c839

Browse files
Actualizar knu_token_distribution.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 88582cc commit 413c839

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/knu_token_distribution.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@
5353
from pathlib import Path
5454
from typing import Dict, List, Optional, Any, Tuple
5555

56-
# Import KNOT_AOR_MAPPING for adjacency relationships
57-
try:
58-
from knot_aor_mapping import KNOT_AOR_MAPPING
59-
except ImportError:
60-
# If running from scripts directory, try relative import
61-
sys.path.insert(0, str(Path(__file__).parent))
62-
from knot_aor_mapping import KNOT_AOR_MAPPING
63-
6456
# CSV injection prevention (reuse pattern from nku_scoring.py)
6557
CSV_INJECTION_CHARS = ('=', '+', '-', '@', '\t', '\r', '\n')
6658

0 commit comments

Comments
 (0)