Skip to content

Commit

Permalink
fix type error for ordered sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Aug 28, 2024
1 parent dcd8d17 commit 8a72a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/export_ordered_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dataclasses import asdict, astuple, dataclass, fields
from math import ceil

from django.http import HttpResponse
from django.http import HttpResponse # type: ignore
from openpyxl.styles import Font, NamedStyle
from openpyxl.utils import get_column_letter
from openpyxl.workbook import Workbook
Expand Down

0 comments on commit 8a72a65

Please sign in to comment.