Skip to content

Commit 0ba036d

Browse files
jacalataclaude
andcommitted
Add DownloadableMixin to endpoint package __all__
The mixin was imported in __init__.py but omitted from __all__, making the export implicit. Add it explicitly so the public surface matches the import statement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 618c3c2 commit 0ba036d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tableauserverclient/server/endpoint/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"DataAlerts",
4141
"Databases",
4242
"Datasources",
43+
"DownloadableMixin",
4344
"QuerysetEndpoint",
4445
"MissingRequiredFieldError",
4546
"Endpoint",

0 commit comments

Comments
 (0)