Skip to content

Commit be7d97a

Browse files
committed
heapq is part of the python lib
The old ccm legacy code does not exist anymore, and heapq is just part of python, so remove this try/except.
1 parent 847b896 commit be7d97a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python_actr/scheduler.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11

2-
try:
3-
import heapq
4-
except ImportError:
5-
import ccm.legacy.heapq as heapq
2+
import heapq
63
import copy
74

85
from . import logger

0 commit comments

Comments
 (0)