From b374753539d637ba2cd87c605ba32f93658a73b4 Mon Sep 17 00:00:00 2001 From: Lord Baryhobal Date: Thu, 22 Sep 2022 15:10:59 +0200 Subject: [PATCH] removed unused modules --- python/qr_generator.py | 1 - python/qr_scanner.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/python/qr_generator.py b/python/qr_generator.py index f64692a..16a7569 100644 --- a/python/qr_generator.py +++ b/python/qr_generator.py @@ -3,7 +3,6 @@ import numpy as np import pygame import time -import sys S_EMPTY = 1 S_SEP = 2 diff --git a/python/qr_scanner.py b/python/qr_scanner.py index efce1c9..85baf2e 100644 --- a/python/qr_scanner.py +++ b/python/qr_scanner.py @@ -10,8 +10,6 @@ import cv2 import numpy as np from math import sqrt, degrees, atan2, radians, cos, sin import imutils -import matplotlib.pyplot as plt -from PIL import Image DB_WIN = False