From e5b58fc22fbcfd216926d09f3f14799a676236d4 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:43:40 +0200 Subject: [PATCH] Add newline Co-authored-by: Davide Tonelli <93596988+DavideTonel@users.noreply.github.com> --- dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.py b/dependencies.py index 3359210..f89c436 100644 --- a/dependencies.py +++ b/dependencies.py @@ -6,4 +6,4 @@ os.system("pip install numpy") os.system("pip install opencv-python") os.system("pip install pyautogui") os.system("pip install google-cloud") -os.system("pip install google-cloud-vision") \ No newline at end of file +os.system("pip install google-cloud-vision")