Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Dec 24, 2024
1 parent 17331c6 commit 3230db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyle_accounting_mappings/models.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3230db5

Please sign in to comment.