From 7911bedf8cdacc8a1f944b8f9166e7f604dd82ed Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 14 Dec 2021 15:05:32 +0000
Subject: [PATCH] L2SS-499: Dont shadow existing 'devices' and 'docker'
 variables

---
 .../stationcontrol-jupyter/startup/02-stationcontrol.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/02-stationcontrol.py b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/02-stationcontrol.py
index d2d810b1a..d21ed1cf0 100644
--- a/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/02-stationcontrol.py
+++ b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/02-stationcontrol.py
@@ -1 +1 @@
-from tangostationcontrol import *
\ No newline at end of file
+import tangostationcontrol
-- 
GitLab