Browse Source

remove unused imports

sisyphus
Dustin Falgout 8 years ago
parent
commit
e5f9d0b90d
  1. 1
      web-greeter/bridge/Greeter.py
  2. 1
      web-greeter/utils/pkg_json.py

1
web-greeter/bridge/Greeter.py

@ -26,7 +26,6 @@
# along with Web Greeter; If not, see <http://www.gnu.org/licenses/>.
# Standard Lib
import time
# 3rd-Party Libs
import gi

1
web-greeter/utils/pkg_json.py

@ -31,7 +31,6 @@
# Standard Lib
import json
import os
from typing import Dict
class MissingKeyError(KeyError):

Loading…
Cancel
Save