0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

remove unused imports

This commit is contained in:
dmig 2018-11-18 13:55:58 +07:00
parent 964e96377c
commit b8aa070600
2 changed files with 2 additions and 6 deletions

View file

@ -4,7 +4,6 @@
# Import required modules
import sys
import os
import subprocess
import getpass
import argparse
import builtins

View file

@ -1,14 +1,11 @@
# Show a windows with the video stream and testing information
# Import required modules
import face_recognition
import cv2
import configparser
import os
import sys
import json
import numpy
import time
import cv2
import face_recognition
# Get the absolute path to the current file
path = os.path.dirname(os.path.abspath(__file__))