Skip to content

Commit

Permalink
🩹
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Nov 12, 2023
1 parent 2894b4b commit 334eee8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bo4e_generator/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
Since the used tool doesn't support all features we need, we monkey patch some functions.
"""
import re
from keyword import iskeyword
from pathlib import Path
from typing import Optional, Set, Tuple
from typing import Tuple

import datamodel_code_generator.parser.base
import datamodel_code_generator.reference
from datamodel_code_generator import DataModelType, PythonVersion
from datamodel_code_generator.model import DataModelSet, get_data_model_types
from datamodel_code_generator.model.enum import Enum as _Enum
from datamodel_code_generator.parser.jsonschema import JsonSchemaParser
from datamodel_code_generator.reference import camel_to_snake, snake_to_upper_camel

from bo4e_generator.schema import SchemaMetadata

Expand Down

0 comments on commit 334eee8

Please sign in to comment.