Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fixed space inside migration
Browse files Browse the repository at this point in the history
Signed-off-by: Glenda Garcia <[email protected]>
  • Loading branch information
glenda1015 committed Aug 22, 2023
1 parent 2473792 commit 42fcff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/triage/migrations/0031_assertionsperpackage_assertion.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Generated by Django 4.2.3 on 2023-08-22 18:27
# Generated by Django 4.2.3 on 2023-08-22 21:04

from django.db import migrations, models
import django.db.models.deletion
import uuid


class Migration(migrations.Migration):

dependencies = [
("triage", "0030_delete_scan"),
]
Expand Down

0 comments on commit 42fcff2

Please sign in to comment.