Skip to content

Commit

Permalink
remove unused definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
evans committed Aug 30, 2018
1 parent 4431b34 commit 27e9209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/apollo-codegen-core/src/loading.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// provides flatMap
import "./polyfills";

import { fs, withGlobalFS } from "./localfs";
import { fs } from "./localfs";
import { stripIndents } from "common-tags";
import * as fg from "glob";
const astTypes = require("ast-types");
const recast = require("recast");

Expand Down

0 comments on commit 27e9209

Please sign in to comment.