Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Sep 20, 2023
1 parent 2e3a836 commit dd66ed6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dfu.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
const { expect, sinon } = require('../test/support');
const { DfuDeviceState } = require('../src/dfu');
const { FIXTURES_DIR } = require('../test/e2e/lib/constants');
const path = require('path');
const fs = require('fs-extra');

const { Dfu } = require('./dfu');

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

0 comments on commit dd66ed6

Please sign in to comment.