Skip to content

Commit 21c1189

Browse files
authored
Merge pull request #51944 from ruthra-kumar/remove_junk_comment
chore: remove stray comment and disable auto close
2 parents 30238e3 + 7e7885b commit 21c1189

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.mergify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pull_request_rules:
1616
- base=version-12
1717
- base=version-14
1818
- base=version-15
19-
- base=version-16
2019
actions:
2120
close:
2221
comment:

erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from erpnext.stock.doctype.serial_no.serial_no import get_serial_nos
1010
from erpnext.utilities.transaction_base import TransactionBase, delete_events
1111

12-
#
12+
1313
class MaintenanceSchedule(TransactionBase):
1414
# begin: auto-generated types
1515
# This code is auto-generated. Do not modify anything in this block.

0 commit comments

Comments
 (0)