From 368a8afc8c123c5e191d78ae02f96e130dfa3fe9 Mon Sep 17 00:00:00 2001 From: Milan Stute Date: Wed, 2 Dec 2020 15:00:43 +0100 Subject: [PATCH] Remove unused imports --- opendrop/util.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opendrop/util.py b/opendrop/util.py index c7f9807..fe74b51 100644 --- a/opendrop/util.py +++ b/opendrop/util.py @@ -17,13 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ -import base64 -import datetime -import hashlib import io import ipaddress import os -import plistlib import ifaddr from libarchive import ffi