Skip to content

Commit

Permalink
mark noqa ignore properly
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 17, 2024
1 parent b60f876 commit bd80574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/ayon_openrv/api/ocio.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def set_group_ocio_colorspace(group, colorspace):
This only works if OCIO is already 'active' for the group. T
"""
import ocio_source_setup # noqa, RV OCIO package
# RV OCIO package
import ocio_source_setup # noqa: F401
node = get_group_ocio_file_node(group)

if not node:
Expand Down

0 comments on commit bd80574

Please sign in to comment.