chore: linting issues

This commit is contained in:
Deepesh Garg
2026-02-04 17:55:06 +05:30
parent 3a91f6793f
commit efc4c900f3
6 changed files with 55 additions and 15 deletions

View File

@@ -27,12 +27,17 @@ class Supplier(TransactionBase):
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from erpnext.accounts.doctype.allowed_to_transact_with.allowed_to_transact_with import AllowedToTransactWith
from erpnext.accounts.doctype.party_account.party_account import PartyAccount
from erpnext.buying.doctype.customer_number_at_supplier.customer_number_at_supplier import CustomerNumberAtSupplier
from erpnext.utilities.doctype.portal_user.portal_user import PortalUser
from frappe.types import DF
from erpnext.accounts.doctype.allowed_to_transact_with.allowed_to_transact_with import (
AllowedToTransactWith,
)
from erpnext.accounts.doctype.party_account.party_account import PartyAccount
from erpnext.buying.doctype.customer_number_at_supplier.customer_number_at_supplier import (
CustomerNumberAtSupplier,
)
from erpnext.utilities.doctype.portal_user.portal_user import PortalUser
accounts: DF.Table[PartyAccount]
allow_purchase_invoice_creation_without_purchase_order: DF.Check
allow_purchase_invoice_creation_without_purchase_receipt: DF.Check