Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Jul 9, 2024
1 parent 6885a24 commit c960d19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/models/robot.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
from pathlib import Path

from django.conf import settings
from django.contrib.auth.models import User
from django.core.validators import validate_comma_separated_integer_list
from django.db import models
from django.db.models.signals import post_save, pre_delete
from django.db.models.signals import post_save
from django.dispatch import receiver
from django.utils.html import mark_safe


class Robot(models.Model):
Expand Down

0 comments on commit c960d19

Please sign in to comment.