chore: formatting errors

This commit is contained in:
pablohashescobar 2024-11-20 13:00:13 +05:30
parent 3bea2e8d1b
commit ca91d5909b
2 changed files with 0 additions and 3 deletions

View file

@ -1,9 +1,7 @@
# Generated by Django 4.2.15 on 2024-11-06 08:41
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
import uuid
class Migration(migrations.Migration):

View file

@ -3,7 +3,6 @@ from django.urls import path
from plane.space.views import (
IntakeIssuePublicViewSet,
IssueVotePublicViewSet,
WorkspaceProjectDeployBoardEndpoint,
)