From 4881e72813de148a53f804ef0d985f0aa33dbe6a Mon Sep 17 00:00:00 2001 From: ruuushhh Date: Thu, 26 Oct 2023 11:10:25 +0530 Subject: [PATCH] Flake8 fixed --- apps/accounting_exports/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/accounting_exports/models.py b/apps/accounting_exports/models.py index 24988b96..2108589f 100644 --- a/apps/accounting_exports/models.py +++ b/apps/accounting_exports/models.py @@ -16,6 +16,7 @@ ('DIRECT_COST', 'DIRECT_COST') ) + class AccountingExport(BaseForeignWorkspaceModel): """ Table to store accounting exports