Skip to content

Commit d4ecc2c

Browse files
committed
Update views.py
1 parent 7584ec4 commit d4ecc2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def devices(request):
7373
# for testing we created dummy devices. We should ignore them in any other cases.
7474
if not "dummy_" in backend:
7575
device_status = storage_provider.get_backend_status(backend)
76-
short_backend = get_short_backend_name(backend)
7776

7877
# we have to add the URL to the backend configuration
7978
base_url = config("BASE_URL")

0 commit comments

Comments
 (0)