Skip to content

Commit

Permalink
Black it
Browse files Browse the repository at this point in the history
  • Loading branch information
fretchen committed Jun 29, 2024
1 parent b596c56 commit 7a338ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ def test_call_devices(self):
self.assertIn("operational", device)

# assert that we have the required display name
self.assertIn("display_name", device)
self.assertIn("display_name", device)
2 changes: 1 addition & 1 deletion frontend/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from qlued.models import StorageProviderDb, Token
from qlued.storage_providers import (
get_storage_provider_from_entry,
get_short_backend_name
get_short_backend_name,
)

from .forms import SignUpForm, StorageProviderForm
Expand Down

0 comments on commit 7a338ea

Please sign in to comment.