Skip to content

Commit

Permalink
fix: minor lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nkordis committed Apr 29, 2024
1 parent 69e6a60 commit 89e7878
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/core/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from django.contrib import admin
# from django.contrib import admin

# Register your models here.
3 changes: 2 additions & 1 deletion app/core/management/commands/wait_for_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"""
from django.core.management.base import BaseCommand


class Command(BaseCommand):
"""Django command to wait for database."""

def handle(self, *args, **options):
pass
pass
2 changes: 1 addition & 1 deletion app/core/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from django.db import models
# from django.db import models

# Create your models here.

0 comments on commit 89e7878

Please sign in to comment.