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 required modules
import sys import sys
import os import os
import subprocess
import getpass import getpass
import argparse import argparse
import builtins import builtins

View file

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