Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
faebebin committed Sep 27, 2023
1 parent ee9b9d3 commit 4e29128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from django.contrib.auth.management.commands.createsuperuser import Command as SuperUserCommand

from django.contrib.auth.management.commands.createsuperuser import (
Command as SuperUserCommand,
)
from qfieldcloud.core.models import Person


Expand Down
2 changes: 0 additions & 2 deletions docker-app/qfieldcloud/subscription/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,6 @@ def create_default_plan_subscription(
if not isinstance(created_by, Person):
created_by = Person.objects.get(pk=created_by.pk)



if active_since is None:
active_since = timezone.now()

Expand Down

0 comments on commit 4e29128

Please sign in to comment.