Skip to content

Commit

Permalink
Removed the Adjustment names from the root-level __init__.py;
Browse files Browse the repository at this point in the history
  • Loading branch information
trystyncote committed Jan 24, 2024
1 parent de4ccef commit d8476bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrivid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

__all__ = [
"__version__", "__version_tuple__", "adjustments", "compile_video", "create_image_reference", "define_properties",
"errors", "FileReference", "HideAdjustment", "ImageFileReference", "ImageReference", "Metadata", "motion_tree",
"MoveAdjustment", "Properties", "qualms", "ShowAdjustment", "VisibilityStatus"
"errors", "FileReference", "ImageFileReference", "ImageReference", "Metadata", "motion_tree", "Properties",
"qualms", "VisibilityStatus"
]

0 comments on commit d8476bb

Please sign in to comment.