Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 28, 2018
1 parent 5d62ea3 commit fdf035a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/runner/Executor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { contextForDanger, DangerContext } from "./Dangerfile"
import { DangerContext } from "./Dangerfile"
import { CISource } from "../ci_source/ci_source"
import { Platform, Comment } from "../platforms/platform"
import {
Expand Down Expand Up @@ -32,8 +32,6 @@ import { debug } from "../debug"
import chalk from "chalk"
import { sentence, href } from "./DangerUtils"
import { DangerRunner } from "./runners/runner"
import { jsonToDSL } from "./jsonToDSL"
import { jsonDSLGenerator } from "./dslGenerator"
import { GitDSL } from "../dsl/GitDSL"
import { DangerDSL } from "../dsl/DangerDSL"

Expand Down

0 comments on commit fdf035a

Please sign in to comment.