Skip to content

Commit

Permalink
isort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Jun 24, 2024
1 parent 2ecc9c7 commit 32c87d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sample_taggit/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from django.contrib import admin

from .models import Post

admin.site.register(Post)
3 changes: 2 additions & 1 deletion sample_taggit/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Generated by Django 5.0.6 on 2024-06-24 12:35

import taggit.managers
from django.db import migrations, models

import taggit.managers


class Migration(migrations.Migration):

Expand Down

0 comments on commit 32c87d1

Please sign in to comment.