Skip to content

Commit 5c5b85b

Browse files
committed
Format code with black (bot)
1 parent cd0a294 commit 5c5b85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partitura/io/importmusicxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def load_musicxml(
224224
A `Score` instance.
225225
226226
"""
227-
#NOTE: raising warning for ignore_invisible_objects is not ideal and it should be changed in the future
227+
# NOTE: raising warning for ignore_invisible_objects is not ideal and it should be changed in the future
228228
if ignore_invisible_objects:
229229
warnings.warn(
230230
"Be advised that the 'ignore_invisible_objects' option might sometimes lead "

0 commit comments

Comments
 (0)