Skip to content

Commit

Permalink
Superfluous imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed May 21, 2014
1 parent 19bdd15 commit 66090f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/parse_abuf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ import argparse
import base64
import json
import string
import struct
import sys

from dns.opcode import to_text as opcode_to_text
from dns.rdataclass import to_text as class_to_text
from dns.rcode import to_text as rcode_to_text
from dns.rdatatype import to_text as type_to_text

from ripe.atlas.sagan.helpers.abuf import AbufParser

def main(args):
Expand Down

0 comments on commit 66090f3

Please sign in to comment.