Skip to content

Commit

Permalink
Remove axios import from DataManager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix committed Dec 27, 2023
1 parent 00ad096 commit 91059a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/data-manager/DataManager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import axios from 'axios';
import semver from 'semver';
import MessagesJSON from '../data/messages/messages.json';
import MessagesLegacyV1JSON from '../data/messages/messages_legacy_v1.json';
Expand All @@ -20,7 +19,6 @@ import type {
IDeviceFirmwareStatus,
ITransportStatus,
IVersionArray,
RemoteConfigResponse,
} from '../types';
import { DeviceModelToTypes } from '../types';
import { findLatestRelease, getReleaseChangelog, getReleaseStatus } from '../utils/release';
Expand Down

0 comments on commit 91059a7

Please sign in to comment.