refactor(treewide): formatting and ruff fixes, + manually enabled F401
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
@@ -52,7 +52,6 @@ def drop_columns_from_subscription():
|
||||
"status",
|
||||
"amended_from",
|
||||
]:
|
||||
|
||||
if field in frappe.db.get_table_columns("Subscription"):
|
||||
fields_to_drop["Subscription"].append(field)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user