Skip to content
Snippets Groups Projects
Verified Commit f38521ef authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

GeneralParams should inherit BaseSettings

parent d3ce0f47
Branches
Tags
2 merge requests!11Feature/test provisioning proxy,!10Make create_device use provisioning proxy
......@@ -4,7 +4,7 @@ import os
from pydantic import BaseSettings
class GeneralParams:
class GeneralParams(BaseSettings):
public_hostname: str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment