Skip to content

Commit

Permalink
remove unused imports and small misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Sep 6, 2024
1 parent e838c87 commit 787c0b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ void afterEach() throws IOException {
hasura.deleteMissionModel(modelId);
}


private void insertActivities() throws IOException {
// Duration argument is specified on one but not the other to verify that the scheduler can pick up on effective args
hasura.insertActivityDirective(planId, "GrowBanana", "1h", JsonValue.EMPTY_JSON_OBJECT);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import java.nio.file.Path;
import java.util.List;
import java.util.Map;
import java.util.Optional;

import static gov.nasa.jpl.aerie.constraints.json.ConstraintParsers.profileExpressionP;
Expand Down

0 comments on commit 787c0b3

Please sign in to comment.