Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnthe committed Oct 30, 2018
1 parent fad995e commit ffbe7f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/rewrite.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { escapePipes, quoteAttributeValueIfNeeded, rewrite } from '../rewrite';
import AsciiDoctorFactory from 'asciidoctor.js';
import * as fs from 'fs';
import Options = AsciiDoctorJs.Options;

describe('rewrite', () => {
Expand Down

0 comments on commit ffbe7f6

Please sign in to comment.