Skip to content

Commit

Permalink
Removed unused imports (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Aug 7, 2024
1 parent a3e7720 commit 3796e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/DhcService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
initDhcApi,
initDhcSession,
} from '../dh/dhc';
import { ExtendedMap, getPanelHtml, Logger, Toaster } from '../util';
import { getPanelHtml, Logger } from '../util';
import { ConnectionAndSession } from '../common';

const logger = new Logger('DhcService');
Expand Down

0 comments on commit 3796e2a

Please sign in to comment.