Skip to content

Commit c55928d

Browse files
committed
dot
1 parent 43e78af commit c55928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrahub_sdk/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ConfigBase(BaseSettings):
3636
address: str = Field(default="http://localhost:8000", description="The URL to use when connecting to Infrahub.")
3737
api_token: Optional[str] = Field(default=None, description="API token for authentication against Infrahub.")
3838
echo_graphql_queries: bool = Field(
39-
default=False, description="If set the GraphQL query and variables will be echoed to the screen"
39+
default=False, description="If set the GraphQL query and variables will be echoed to the screen."
4040
)
4141
username: Optional[str] = Field(default=None, description="Username for accessing Infrahub", min_length=1)
4242
password: Optional[str] = Field(default=None, description="Password for accessing Infrahub", min_length=1)

0 commit comments

Comments
 (0)