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

Remove unused imports

parent 8037bb82
No related branches found
No related tags found
1 merge request!2Resolve "Frontend for Models"
from copy import deepcopy
from datetime import date, datetime
from typing import Optional, Union
......
import logging
from django.db.models import Q
def post_save_handler(sender, instance, created, **kwargs):
"""Sync the instance with Chronos after it has been saved."""
......
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