diff --git a/obsw_user_code.py b/obsw_user_code.py
index 332db1f0ecc955c6212ccabd12d54a2d7678d5c3..48bc76a6eaa4156634a2f18aeeec1433b96ca610 100644
--- a/obsw_user_code.py
+++ b/obsw_user_code.py
@@ -18,6 +18,7 @@ def command_preparation_hook() -> Tuple[bytearray, Union[None, PusTcInfo]]:
     frame, frame_size, num_packets = pack_tc_frame(tc_list, 256)
     return frame, None
 
+
 def global_setup_hook():
     """
     Can be used to alter the global variables in a custom defined way.