Skip to content

Commit

Permalink
refactor(oas): fix formatting
Browse files Browse the repository at this point in the history
closes #224
  • Loading branch information
ostridm committed Feb 15, 2024
1 parent 255ec3d commit 15183c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/oas/src/converter/Sampler.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { ConvertError } from '../errors';
import { isOASV2 } from '../utils';
import { Options, sample, Schema, VendorExtensions } from '@har-sdk/openapi-sampler';
import {
Options,
sample,
Schema,
VendorExtensions
} from '@har-sdk/openapi-sampler';
import pointer from 'json-pointer';
import type { OpenAPI } from '@har-sdk/core';

Expand Down

0 comments on commit 15183c3

Please sign in to comment.