Skip to content

Commit

Permalink
Remove duplicate import of 'pack' from struct module
Browse files Browse the repository at this point in the history
  • Loading branch information
fourcolor authored and yonghong-song committed Jun 16, 2024
1 parent 36b4010 commit d13cab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/tcpcong.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from time import sleep, strftime
from struct import pack
from socket import inet_ntop, AF_INET, AF_INET6
from struct import pack
import argparse

examples = """examples:
Expand Down

0 comments on commit d13cab9

Please sign in to comment.