Skip to content

Commit 92e820d

Browse files
Test pre-commit.ci
Signed-off-by: Éloïse Brosseau <[email protected]>
1 parent 7351285 commit 92e820d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

cmake/dependencies/glew.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2022 Autodesk, Inc. All Rights Reserved.
2+
# Copyright (C) 2025 Autodesk, Inc. All Rights Reserved.
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

src/lib/ip/IPBaseNodes/IPBaseNodes/PaintIPNode.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ namespace IPCore
2626
// float angle
2727
// string text
2828
//
29-
3029
struct PaintEffects
3130
{
3231
int hold = 0;

src/plugins/rv-packages/otio_reader/paint_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
@otio.core.register_type
2929
class Paint(otio.core.SerializableObject):
30-
"""A schema for the start of an annotation"""
30+
"""A schema for the start of an annotation."""
3131

3232
_serializable_label = "Paint.2"
3333
_name = "Paint"

0 commit comments

Comments
 (0)