fix: workspace invitation datetime import (#456)
* chore: update the endpoint to return last 6 months data * dev: add datetime import
This commit is contained in:
parent
698718aa8d
commit
a3bacbfef1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Python imports
|
||||
import jwt
|
||||
from datetime import date
|
||||
from datetime import date, datetime
|
||||
from dateutil.relativedelta import relativedelta
|
||||
|
||||
# Django imports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue