Skip to content

Commit

Permalink
chore: remove unused import of 'CommonModel' (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshttg authored Oct 2, 2023
1 parent d7f38e4 commit 1bd58bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generators/AbstractGenerator.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { InputMetaModel, CommonModel, AnyModel } from '../../src/models';
import { InputMetaModel, AnyModel } from '../../src/models';
import { TestGenerator } from '../TestUtils/TestGenerator';
describe('AbstractGenerator', () => {
let generator: TestGenerator;
Expand Down

0 comments on commit 1bd58bc

Please sign in to comment.