format files with black
This commit is contained in:
@@ -6,13 +6,13 @@ from kaehmy.models import PresetRole, CustomRole
|
||||
|
||||
@register(PresetRole)
|
||||
class PresetRoleTranslationOptions(TranslationOptions):
|
||||
""" Class for PresetRole translation options"""
|
||||
"""Class for PresetRole translation options"""
|
||||
|
||||
fields = ()
|
||||
|
||||
|
||||
@register(CustomRole)
|
||||
class CustomRoleTranslationOptions(TranslationOptions):
|
||||
""" Class for CustomROle translation options"""
|
||||
"""Class for CustomROle translation options"""
|
||||
|
||||
fields = ()
|
||||
|
||||
Reference in New Issue
Block a user