]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commitdiff
bin/djbdns-logparse.py: remove unused time imports.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 16 Sep 2022 00:23:49 +0000 (20:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 16 Sep 2022 00:23:49 +0000 (20:23 -0400)
bin/djbdns-logparse.py

index 2a7f6cab5bb4a1f4411d8de82c9ac88db46c0be4..4f440d2a2ddee4450e627842601ebc69b7a58e4d 100755 (executable)
@@ -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