Skip to content

Commit

Permalink
updated schema 2
Browse files Browse the repository at this point in the history
  • Loading branch information
minhemdnv committed Feb 9, 2024
1 parent 3d7d7f4 commit fa377ee
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/maritime_schema/schema/types.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import json
import logging
from uuid import UUID, uuid4
from enum import Enum, IntEnum
from typing import List, Optional, Union, Dict, Any
from datetime import datetime, timedelta

from pydantic import BaseModel, Field, Extra

logger = logging.getLogger(__name__)
from pydantic import BaseModel, Field
import json
from uuid import UUID, uuid4

def to_camel(string: str) -> str:
words = string.split('_')
Expand Down

0 comments on commit fa377ee

Please sign in to comment.