From f957156b377906649ad8cda1b56e806a4cf5bcb3 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 15 Sep 2022 20:23:49 -0400 Subject: [PATCH] bin/djbdns-logparse.py: remove unused time imports. --- bin/djbdns-logparse.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/djbdns-logparse.py b/bin/djbdns-logparse.py index 2a7f6ca..4f440d2 100755 --- a/bin/djbdns-logparse.py +++ b/bin/djbdns-logparse.py @@ -5,8 +5,6 @@ Convert tinydns and dnscache logs to human-readable form import re, typing from struct import pack -from time import strftime, gmtime - ## Regular expressions for matching tinydns/dnscache log lines. We ## compile these once here rather than within the corresponding -- 2.43.2