Skip to content

Commit bc4067b

Browse files
committed
lint fix
1 parent c9289c0 commit bc4067b

File tree

1 file changed

+1
-1
lines changed
  • tests/baselines/plugin_module/otio_mockplugin

1 file changed

+1
-1
lines changed

tests/baselines/plugin_module/otio_mockplugin/__init__.py

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

2222
def plugin_manifest():
2323
filepath = (
24-
resources.files(__package__)
24+
resources.files(__package__)
2525
/ "unusually_named_plugin_manifest.json"
2626
)
2727

0 commit comments

Comments
 (0)