Skip to content
Snippets Groups Projects

Resolve L2SS-1126 "Stationfutures references in incorrect places"

4 files
+ 12
5
Compare changes
  • Side-by-side
  • Inline
Files
4
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
#
# This file is part of the LOFAR2.0 StationFutures Control project.
# This file is part of the LOFAR2.0 lofar-station-client project.
#
#
# Distributed under the terms of the APACHE license.
# Distributed under the terms of the APACHE license.
# See LICENSE.txt for more info.
# See LICENSE.txt for more info.
@@ -12,7 +12,7 @@ Contains class for pythonic interface with observations
@@ -12,7 +12,7 @@ Contains class for pythonic interface with observations
import logging
import logging
import concurrent.futures
import concurrent.futures
from lofar_station_client.observation.stationfutures import StationFutures
from lofar_station_client.observation.station_futures import StationFutures
logger = logging.getLogger()
logger = logging.getLogger()
Loading