From 21c674404a128b03019a9b6f629bc3dc44545356 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 30 Dec 2014 18:03:22 +0800 Subject: [PATCH] artiq_client: remove spurious import --- frontend/artiq_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/artiq_client.py b/frontend/artiq_client.py index 018ad5f8b..d2056be40 100755 --- a/frontend/artiq_client.py +++ b/frontend/artiq_client.py @@ -2,7 +2,6 @@ import argparse import time -import sys import asyncio from prettytable import PrettyTable