Skip to content

Commit

Permalink
Fix sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Nov 20, 2024
1 parent aee81be commit e693e8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/commands/pretty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import { Args } from '@oclif/core';
import { promises as fs } from 'fs';
import * as yaml from 'yaml';
import Command from '../core/base';
import { load } from '../core/models/SpecificationFile';
import { load , retrieveFileFormat} from '../core/models/SpecificationFile';
import { ValidationError } from '../core/errors/validation-error';
import { prettyFlags } from '../core/flags/pretty.flags';
import {
retrieveFileFormat,
} from '../core/models/SpecificationFile';

export default class Pretty extends Command {
static readonly description = 'Format AsyncAPI specification file';

Expand Down

0 comments on commit e693e8c

Please sign in to comment.