Skip to content

Commit

Permalink
address issue on python pre 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Oct 6, 2023
1 parent 660a577 commit ff69bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slick_reporting/fields.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from warnings import warn

from django.db.models import Sum, Q
Expand Down

0 comments on commit ff69bca

Please sign in to comment.