mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Fixes ruff not running isort against the codebase
This commit is contained in:
parent
e0d2697618
commit
3bcbd05252
160 changed files with 347 additions and 224 deletions
|
|
@ -1,12 +1,13 @@
|
|||
# Generated by Django 1.9.4 on 2016-03-28 19:09
|
||||
|
||||
import gnupg
|
||||
import hashlib
|
||||
import os
|
||||
|
||||
import django.utils.timezone
|
||||
import gnupg
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
from django.db import migrations
|
||||
from django.db import models
|
||||
from django.template.defaultfilters import slugify
|
||||
from django.utils.termcolors import colorize as colourise # Spelling hurts me
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue