Skip to content

Commit

Permalink
Removes option to have a pathlib.Path object in CMATemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmuelle committed Jul 8, 2024
1 parent e70e659 commit 8098b60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cdr_schemas/prospectivity_input.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from enum import Enum
from pathlib import Path
from typing import List, Optional, Union

from geojson_pydantic import Polygon
Expand Down Expand Up @@ -68,7 +67,7 @@ class CriticalMineralAssessment(BaseModel):

class CMATemplate(BaseModel):
cma: CriticalMineralAssessment
file: Union[str, Path]
file: str


class StackMetaData(BaseModel):
Expand Down

0 comments on commit 8098b60

Please sign in to comment.