Skip to content
Snippets Groups Projects
Commit 3df5f151 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add missing imports

parent 05dd6d08
No related branches found
No related tags found
1 merge request!329Introduce substitution to do list
Pipeline #194175 failed
from datetime import datetime
from enum import Enum
from typing import Optional, Union
......
......@@ -3,7 +3,7 @@ from __future__ import annotations
import itertools
from collections.abc import Iterable
from datetime import date
from datetime import date, datetime
from typing import Any
from django.contrib.contenttypes.models import ContentType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment