Apply black to codes

This commit is contained in:
Griatch 2024-04-01 17:51:05 +02:00
parent 870c0f5f75
commit c5a4a34bac
180 changed files with 495 additions and 288 deletions

View file

@ -1,6 +1,7 @@
"""
Custom manager for HelpEntry objects.
"""
from django.db import IntegrityError
from evennia.server import signals

View file

@ -9,6 +9,7 @@ forms of help that do not concern commands, like information about the
game world, policy info, rules and similar.
"""
from django.contrib.contenttypes.models import ContentType
from django.db import models
from django.urls import reverse

View file

@ -5,6 +5,7 @@ sub-categories.
This is used primarily by the default `help` command.
"""
import re
from django.conf import settings