From: Michael Orlitzky Date: Fri, 16 Sep 2022 00:23:49 +0000 (-0400) Subject: bin/djbdns-logparse.py: remove unused time imports. X-Git-Tag: 0.0.1~34 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=djbdns-logparse.git;a=commitdiff_plain;h=f957156b377906649ad8cda1b56e806a4cf5bcb3 bin/djbdns-logparse.py: remove unused time imports. --- 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