Remove unused variable

pull/2/head
Tammo Jan Dijkema 2020-03-27 15:09:21 +01:00
parent 7e2b2624ea
commit 9eb66fac8d
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from opcua import ua, uamethod, Server, Client
import numpy as np
DEFAULT_URI = "http://lofar.eu"
NUM_RCU = 96
def download_xst(subband: int, integration_time_s: int, url: str = 'localhost', port: int = 50000):