Skip to content

Commit

Permalink
Update V3_1_NginxConfigDeclaration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci authored Jan 15, 2024
1 parent 692d0a1 commit b1bd7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/V3_1_NginxConfigDeclaration.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def check_type(self) -> 'Output':
if isError:
raise ValueError("Invalid output data for type '" + _type + "'")

return selfsmartmontools
return self


class OcspStapling(BaseModel, extra="forbid"):
Expand Down Expand Up @@ -442,4 +442,4 @@ class APIGateway(BaseModel, extra="forbid"):

class ConfigDeclaration(BaseModel, extra="forbid"):
output: Output
declaration: Optional[Declaration] = {}
declaration: Optional[Declaration] = {}

0 comments on commit b1bd7e2

Please sign in to comment.