Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegerrits committed Feb 28, 2024
1 parent 8e0db14 commit f392689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vespadb/nests/migrations/0002_nest_external_id.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
"""."""
# Generated by Django 5.0.2 on 2024-02-28 09:25

from django.db import migrations, models


class Migration(migrations.Migration):
"""."""

dependencies = [
('nests', '0001_initial'),
Expand Down

0 comments on commit f392689

Please sign in to comment.