Skip to content

Commit

Permalink
chore: fix sonar import warning (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
loan-mgt committed Oct 3, 2023
1 parent 6f99509 commit 9c5f0e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modelina-website/src/pages/api/functions/CSharpGenerator.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { CSharpGenerator, CSharpOptions, csharpDefaultEnumKeyConstraints, csharpDefaultModelNameConstraints, csharpDefaultPropertyKeyConstraints } from '../../../../../';
import { CSharpGenerator, CSharpOptions, csharpDefaultEnumKeyConstraints, csharpDefaultModelNameConstraints, csharpDefaultPropertyKeyConstraints, CSHARP_COMMON_PRESET, CSHARP_JSON_SERIALIZER_PRESET, CSHARP_NEWTONSOFT_SERIALIZER_PRESET } from '../../../../../';
import { applyGeneralOptions, convertModelsToProps } from './Helpers';
import { ModelinaCSharpOptions, ModelProps } from '../../../types';
import { DeepPartial } from '../../../../../lib/types/utils';
import { CSHARP_COMMON_PRESET, CSHARP_JSON_SERIALIZER_PRESET, CSHARP_NEWTONSOFT_SERIALIZER_PRESET } from '../../../../../';

/**
* This is the server side part of the CSharp generator, that takes input and generator parameters and generate the models.
Expand Down

0 comments on commit 9c5f0e6

Please sign in to comment.