AbstractPhil commited on
Commit
6a34fcd
·
verified ·
1 Parent(s): 8b751fe

Update conditioning_shifter.py

Browse files
Files changed (1) hide show
  1. conditioning_shifter.py +1 -1
conditioning_shifter.py CHANGED
@@ -4,7 +4,7 @@ import logging
4
  from typing import Dict, List, Tuple, Optional, Any
5
  from dataclasses import dataclass
6
 
7
- import ConditionModulationShuntAdapter, reshape_for_shunt
8
 
9
  logger = logging.getLogger(__name__)
10
 
 
4
  from typing import Dict, List, Tuple, Optional, Any
5
  from dataclasses import dataclass
6
 
7
+ from . import ConditionModulationShuntAdapter, reshape_for_shunt
8
 
9
  logger = logging.getLogger(__name__)
10