Skip to content

Commit d5b3579

Browse files
committed
fix minor formatting
1 parent a980041 commit d5b3579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bridger/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ async def get_displaynames_all(request):
6666
displaynames = await device.get_all_displaynames()
6767
return web.json_response(displaynames)
6868

69-
7069
logo_path = os.path.join(os.path.dirname(__file__), "../logo/logo.png")
7170
if not os.path.exists(logo_path):
7271
return web.Response(status=404, text="Logo not found")

0 commit comments

Comments
 (0)