diff --git a/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py b/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py
index 42831e92a28271d1492fc764d3e489754c5dc579..bbae3b5d05472b4bf9690b5ee16f4965ca462f8e 100644
--- a/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py
+++ b/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py
@@ -1,6 +1,6 @@
 # Create shortcuts for our devices, if they exist
 
-from tangostationcontrol.common.proxy import create_device_proxy
+from tangostationcontrol.common.proxies.proxy import create_device_proxy
 
 
 def OptionalDeviceProxy(device_name: str):