Skip to content

Commit 693bb6d

Browse files
committed
Lint fix
1 parent e5351ee commit 693bb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bambu_octoeverywhere/bambumodels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Here's the full list https://e.bambulab.com/query.php?lang=en
1414
class BambuPrintErrors(Enum):
1515
Unknown = 1 # This will be most errors, since most of them aren't mapped
16-
FilamentRunOut = 2,
16+
FilamentRunOut = 2
1717
PrintFailureDetected = 3 # The Bambu AI detected a failure.
1818

1919

0 commit comments

Comments
 (0)