Move to ruff, its faster & catches more

This commit is contained in:
Timothy Hobbs
2023-11-14 20:07:25 +01:00
parent d09c35a881
commit 6cd5522099
14 changed files with 15 additions and 51 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from django.contrib.auth import get_user_model
from django.db import models, migrations
from django.db import migrations
from helpdesk.settings import DEFAULT_USER_SETTINGS