Skip to content

Commit

Permalink
Import enum
Browse files Browse the repository at this point in the history
Co-authored-by: Padraic Shafer <[email protected]>
  • Loading branch information
danielballan and padraic-shafer authored Mar 7, 2024
1 parent d60d4dc commit f8023d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/how-to/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8023d8

Please sign in to comment.