File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/queue Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,7 @@ import org.apache.openwhisk.common._
24
24
import org .apache .openwhisk .common .time .{Clock , SystemClock }
25
25
import org .apache .openwhisk .core .ConfigKeys
26
26
import org .apache .openwhisk .core .ack .ActiveAck
27
- import org .apache .openwhisk .core .connector .ContainerCreationError .{
28
- InvalidActionLimitError ,
29
- TooManyConcurrentRequests ,
30
- ZeroNamespaceLimit
31
- }
32
- import org .apache .openwhisk .core .connector .ContainerCreationError .ZeroNamespaceLimit
27
+ import org .apache .openwhisk .core .connector .ContainerCreationError .{InvalidActionLimitError , ZeroNamespaceLimit }
33
28
import org .apache .openwhisk .core .connector ._
34
29
import org .apache .openwhisk .core .containerpool .Interval
35
30
import org .apache .openwhisk .core .database .{NoDocumentException , UserContext }
You can’t perform that action at this time.
0 commit comments