[chrome-gnome-shell/wip/fmuellner/duplicate-import] Fix duplicate requests import



commit 3435017550b9ff48a403343396bdc789f04cc4f3
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Apr 23 18:11:21 2019 +0000

    Fix duplicate requests import
    
    It's supposed to be optional, but the import failure handling is
    currently pointless because of an earlier, unconditional import.

 connector/chrome-gnome-shell.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/connector/chrome-gnome-shell.py b/connector/chrome-gnome-shell.py
index 607ea92..c14a149 100755
--- a/connector/chrome-gnome-shell.py
+++ b/connector/chrome-gnome-shell.py
@@ -17,7 +17,6 @@ from gi.repository import GLib, Gio
 import json
 import os
 import re
-import requests
 import signal
 import struct
 import sys


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]