From f8023d8f6bf1e1c74ab4e149d3192fcb93f6a18b Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Thu, 7 Mar 2024 07:53:11 -0500 Subject: [PATCH] Import enum Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com> --- docs/source/how-to/register.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/how-to/register.md b/docs/source/how-to/register.md index 05e15131f..f66e65110 100644 --- a/docs/source/how-to/register.md +++ b/docs/source/how-to/register.md @@ -77,7 +77,7 @@ Use the Python client, as in this example. ```py from tiled.client import from_uri from tiled.structures.core import StructureFamily -from tiled.structures.data_source import Asset, DataSource +from tiled.structures.data_source import Asset, DataSource, Management # You can pass the api_key in explicitly as shown here, but for security, it # is best to set the API key in the environment variable TILED_API_KEY, which