From da10242996a82ac93dd8e6ba99b0cd5e99156618 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 3 Aug 2024 14:54:28 +0200 Subject: [PATCH] wallpaper: remove unneeded imports --- bin/wallpaper | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/wallpaper b/bin/wallpaper index 2153a8a..dcaf410 100755 --- a/bin/wallpaper +++ b/bin/wallpaper @@ -19,7 +19,6 @@ import sys import random import argparse import tempfile -import collections import itertools import logging import logging.handlers @@ -30,7 +29,6 @@ from Xlib.ext import randr from systemd import journal import PIL.Image from PIL.Image import Image -from PIL.ImageFile import ImageFile from typing import Optional, NamedTuple # We use typing, but it seems mostly broken with PIL.