Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandbach committed Nov 7, 2023
1 parent ba643c2 commit c7d93bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parser/ytmusic/Account.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { BrowseEndpoint } from '../../core/endpoints/index.js';
import type Actions from '../../core/Actions.js';
import { ApiResponse } from '../../core/Actions.js';
import type { ApiResponse } from '../../core/Actions.js';
import type { IParsedResponse } from '../types/ParsedResponse.js';
import { Parser } from '../../platform/lib.js';
import type { Memo, ObservedArray } from '../helpers.js';
import type Thumbnail from '../classes/misc/Thumbnail.js';
import ActiveAccountHeader from '../classes/ytmusic/ActiveAccountHeader.js';
import CompactLink from '../classes/CompactLink.js';
import CompactLink from '../classes/CompactLink.js';
import Artist from './Artist.js';

export default class Account {
Expand Down

0 comments on commit c7d93bc

Please sign in to comment.