diff --git a/sapl/base/models.py b/sapl/base/models.py index 1861cd3f2..f93b67a19 100644 --- a/sapl/base/models.py +++ b/sapl/base/models.py @@ -304,10 +304,4 @@ class AuditLog(models.Model): self.app_name, self.model_name, self.username, - ) - - -def cria_models_tipo_autor(app_config=None, verbosity=2, interactive=True, - using=DEFAULT_DB_ALIAS, **kwargs): - - models = models_with_gr_for_model(Autor) \ No newline at end of file + ) \ No newline at end of file