We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0a294 commit 5c5b85bCopy full SHA for 5c5b85b
partitura/io/importmusicxml.py
@@ -224,7 +224,7 @@ def load_musicxml(
224
A `Score` instance.
225
226
"""
227
- #NOTE: raising warning for ignore_invisible_objects is not ideal and it should be changed in the future
+ # NOTE: raising warning for ignore_invisible_objects is not ideal and it should be changed in the future
228
if ignore_invisible_objects:
229
warnings.warn(
230
"Be advised that the 'ignore_invisible_objects' option might sometimes lead "
0 commit comments