diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-08 15:19:46 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-29 07:29:15 +0100 |
commit | f2916ba1e749dc3aca47a256e1472e5032e2c9c8 (patch) | |
tree | cdbe61c08aa4761648b03da2db2b11b76eb3127b /rrd/models.py | |
parent | c9c3ac00c1a27ff4bcdb0733789a94c738c35c93 (diff) |
qa fixes
Diffstat (limited to 'rrd/models.py')
-rw-r--r-- | rrd/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rrd/models.py b/rrd/models.py index 49efd57..6adc17f 100644 --- a/rrd/models.py +++ b/rrd/models.py @@ -1,6 +1,6 @@ -from django.db import models -from django.conf import settings import django.contrib.auth.models as amodels +from django.conf import settings +from django.db import models class ModelWithPerms(models.Model): |