Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Jul 25, 2022
1 parent ad78df0 commit 11f835f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 85 deletions.
6 changes: 2 additions & 4 deletions lib/drivers/abbott/cli/fslibre.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@

import program from 'commander';
import fs from 'fs';
import async from 'async';
import pako from 'pako';

import hidDevice from '../../../hidDevice';
import api from '../../../core/api';
import device from '../../../core/device';
import config from '../../../../.config';
import pkg from '../../../../package.json';
import builder from '../../../objectBuilder';
import abbottFreeStyleLibre from '../abbottFreeStyleLibre';

import stringify from './stringify';

// eslint-disable-next-line no-underscore-dangle
global.__DEBUG__ = true;

Expand All @@ -26,6 +23,7 @@ program
.option('-u, --username [user]', 'username')
.option('-p, --password [pw]', 'password')
.option('-t, --timezone [tz]', 'named timezone', config.DEFAULT_TIMEZONE)
.option('-f, --file [path]', 'load deviceInfo and aapPackets from JSON file instead of device')
.parse(process.argv);

const options = {
Expand Down
81 changes: 0 additions & 81 deletions lib/drivers/abbott/cli/stringify.js

This file was deleted.

0 comments on commit 11f835f

Please sign in to comment.