Skip to content

Commit

Permalink
little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Nov 13, 2023
1 parent b4f6d45 commit 5e134d2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions hdr_schemata/models/GWDM/v1_0/Summary.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
from datetime import date, datetime
from enum import Enum
from typing import List, Optional, Union

from pydantic import AnyUrl, BaseModel, EmailStr, Field, constr

from hdr_schemata.definitions.HDRUK import *
from typing import List, Optional
from pydantic import AnyUrl, BaseModel, EmailStr, Field
from hdr_schemata.definitions.HDRUK import (
TwoHundredFiftyFiveCharacters,
ShortTitle,
Doi,
LongAbstractText,
CommaSeparatedValues,
DatasetType,
LongDescription
)

from .Publisher import Publisher

Expand Down

0 comments on commit 5e134d2

Please sign in to comment.