From f29ab5fb9a3cdb8ea99e1c81c098fd84e54fc1a1 Mon Sep 17 00:00:00 2001 From: Salvoxia Date: Tue, 11 Jun 2024 20:48:50 +0200 Subject: [PATCH] Cleaned up imports --- immich_auto_album.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/immich_auto_album.py b/immich_auto_album.py index b785fd7..b2dda18 100644 --- a/immich_auto_album.py +++ b/immich_auto_album.py @@ -1,11 +1,8 @@ import requests -import os import argparse import logging import sys import datetime -import array as arr -import json from collections import defaultdict # Trying to deal with python's isnumeric() function