Skip to content

Commit c960d19

Browse files
committed
fix ruff
1 parent 6885a24 commit c960d19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

api/models/robot.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
from pathlib import Path
2-
3-
from django.conf import settings
41
from django.contrib.auth.models import User
52
from django.core.validators import validate_comma_separated_integer_list
63
from django.db import models
7-
from django.db.models.signals import post_save, pre_delete
4+
from django.db.models.signals import post_save
85
from django.dispatch import receiver
9-
from django.utils.html import mark_safe
106

117

128
class Robot(models.Model):

0 commit comments

Comments
 (0)