mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
[ISSUE-3/4] Adds test container and tooling (#8)
* Adding black, isort, and flake8 to pytest * Applying black, flake8, and isort to codebase
This commit is contained in:
@@ -3,7 +3,7 @@ from os.path import isdir
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
from comic.models import Setting, Directory, ComicBook
|
||||
from comic.models import ComicBook, Directory, Setting
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
||||
Reference in New Issue
Block a user