Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Feb 1, 2024
1 parent af8db2e commit 6cee5d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tenants/models.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from uuid import uuid4

from django.contrib.auth.models import User
from django.core.exceptions import ObjectDoesNotExist
from django.db.models import Model, UUIDField, ManyToManyField

from uuid import uuid4

class Tenant(Model):

Expand Down

0 comments on commit 6cee5d6

Please sign in to comment.