mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-12 04:58:34 +03:00
some minor corrections
This commit is contained in:
parent
62e27da7da
commit
2ce2817eac
@ -208,7 +208,7 @@ class ServicePoolPublication(UUIDModel):
|
||||
publicationManager().cancel(self)
|
||||
|
||||
@staticmethod
|
||||
def beforeDelete(sender, **kwargs):
|
||||
def beforeDelete(sender, **kwargs) -> None:
|
||||
"""
|
||||
Used to invoke the Service class "Destroy" before deleting it from database.
|
||||
|
||||
|
@ -35,7 +35,7 @@ import typing
|
||||
|
||||
from django.db import models
|
||||
from django.db.models import Count, Q, signals
|
||||
from uds.core import auths
|
||||
from uds.core import auths, mfas
|
||||
from uds.core.util import log, storage
|
||||
|
||||
from .authenticator import Authenticator
|
||||
|
Loading…
x
Reference in New Issue
Block a user