Skip to content

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Mar 5, 2024
1 parent f91e903 commit 44b3b93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/generators/python/presets/Pydantic.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { ConstrainedDictionaryModel, ConstrainedUnionModel } from '../../../models';
import {
ConstrainedDictionaryModel,
ConstrainedUnionModel
} from '../../../models';
import { PythonOptions } from '../PythonGenerator';
import { ClassPresetType, PythonPreset } from '../PythonPreset';

Expand Down

0 comments on commit 44b3b93

Please sign in to comment.