From 3230db5293148404213aa6444efbd0e428baa5f9 Mon Sep 17 00:00:00 2001 From: Ashutosh619-sudo Date: Tue, 24 Dec 2024 20:50:47 +0530 Subject: [PATCH] remove unused imports --- fyle_accounting_mappings/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fyle_accounting_mappings/models.py b/fyle_accounting_mappings/models.py index 61137ce..5ee74bf 100644 --- a/fyle_accounting_mappings/models.py +++ b/fyle_accounting_mappings/models.py @@ -1,5 +1,5 @@ import importlib -from typing import Iterable, List, Dict +from typing import List, Dict from datetime import datetime from django.utils.module_loading import import_string from django.db import models, transaction