Skip to content

Commit

Permalink
refactor: shorten import code style minors
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss committed Feb 26, 2024
1 parent b01a3c2 commit ea525ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VendorExtensions } from '../src/traverse/VendorExtensions';
import { VendorExtensions } from '../src';
import { VendorExampleExtractor } from '../src/traverse/VendorExampleExtractor';

describe('VendorExampleExtractor', () => {
Expand Down
3 changes: 1 addition & 2 deletions packages/openapi-sampler/tests/example.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { VendorExtensions } from '../src/traverse/VendorExtensions';
import { sample } from '../src';
import { VendorExtensions, sample } from '../src';

describe('Example', () => {
it('should use example', () => {
Expand Down

0 comments on commit ea525ab

Please sign in to comment.