Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Jul 21, 2023
1 parent 6742264 commit aa706d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions interfaces/ingress/v2/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@
"model": "model-name"
}
"""
import json

import yaml
from pydantic import BaseModel, AnyHttpUrl, validator, Field, Json

from interface_tester.schema_base import DataBagSchema
from pydantic import BaseModel, AnyHttpUrl, Field, Json


class Url(BaseModel):
Expand All @@ -54,7 +51,6 @@ class IngressRequirerUnitData(BaseModel):
host: Json[str] = Field(description="Unit hostname to be exposed.")



class RequirerSchema(DataBagSchema):
"""Requirer schema for Ingress."""
app: IngressRequirerAppData
Expand Down

0 comments on commit aa706d0

Please sign in to comment.