Skip to content

Commit

Permalink
fix:sonarcloud warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Mar 11, 2024
1 parent a42c48d commit d4e3eff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {JSONPath} from 'jsonpath-plus';

import type { AsyncAPIObject } from './spec-types';
import path from 'path';
import { parentPort } from 'worker_threads';

/**
* @private
Expand Down
1 change: 0 additions & 1 deletion src/v3/parser.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import $RefParser, {$Refs} from '@apidevtools/json-schema-ref-parser';
import { JSONPath } from 'jsonpath-plus';
import { merge } from 'lodash';
import path from 'path';

import { AsyncAPIObject } from 'spec-types';

Expand Down

0 comments on commit d4e3eff

Please sign in to comment.