2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

artiq_netboot: remove unnecessary import

This commit is contained in:
Sebastien Bourdeauducq 2019-10-30 21:29:33 +08:00
parent c96de7454d
commit 3042476230

View File

@ -4,7 +4,6 @@ import argparse
import socket
import struct
import os
import time
def main():
parser = argparse.ArgumentParser(description="ARTIQ netboot tool")