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 847b896 commit be7d97aCopy full SHA for be7d97a
python_actr/scheduler.py
@@ -1,8 +1,5 @@
1
2
-try:
3
- import heapq
4
-except ImportError:
5
- import ccm.legacy.heapq as heapq
+import heapq
6
import copy
7
8
from . import logger
0 commit comments