diff --git a/ohmpi/hardware_components/mb_2024_0_2.py b/ohmpi/hardware_components/mb_2024_0_2.py
index c9793fd25780a10f6f5578c9871eb9fced732a6d..48423eaa8cb7d40ada7f35c5c48608ae8ba159c2 100644
--- a/ohmpi/hardware_components/mb_2024_0_2.py
+++ b/ohmpi/hardware_components/mb_2024_0_2.py
@@ -163,7 +163,7 @@ class Tx(Tx_mb_2023):
             self.exec_logger.event(f'{self.model}\ttx_pwr_state_off\tend\t{datetime.datetime.utcnow()}')
 
     def current_pulse(self, current=None, length=None, polarity=1):
-        """ Generates a square current pulse. Currenttly no DPS can handle this...
+        """ Generates a square current pulse. Currently no DPS can handle this...
 
         Parameters
         ----------
diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py
index a7e510bb66027d93c541ce7666434cec0347d022..feaa23c53e52079b522c617fcd834c7c1f3cb586 100644
--- a/ohmpi/ohmpi.py
+++ b/ohmpi/ohmpi.py
@@ -37,8 +37,7 @@ except ModuleNotFoundError:
     sys.exit(-1)
 from ohmpi.config import MQTT_CONTROL_CONFIG, OHMPI_CONFIG, EXEC_LOGGING_CONFIG
 from ohmpi.hardware_system import OhmPiHardware
-from ohmpi.sequence import (dpdp1, dpdp2, wenner_alpha, wenner_beta, wenner,
-                          wenner_gamma, schlum1, schlum2, multigrad)
+from ohmpi.sequence import create_sequence
 from tqdm.auto import tqdm
 import warnings