From 34e113a6c4bbfcfe0a0f25d8bbd71a0081a7bc3d Mon Sep 17 00:00:00 2001 From: Frosty2500 <125310380+Frosty2500@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:32:13 +0100 Subject: [PATCH] fixed # line length tutorial_aasx.py --- basyx/aas/examples/tutorial_aasx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basyx/aas/examples/tutorial_aasx.py b/basyx/aas/examples/tutorial_aasx.py index 9e5ca4c0b..1125b56ab 100755 --- a/basyx/aas/examples/tutorial_aasx.py +++ b/basyx/aas/examples/tutorial_aasx.py @@ -22,9 +22,9 @@ # step 3: Reading AAS objects and auxiliary files from an AASX package -######################################################################################### +######################################################################################## # Step 1: Setting up a SupplementaryFileContainer and AAS & submodel with File objects # -######################################################################################### +######################################################################################## # Let's first create a basic Asset Administration Shell with a simple submodel. # See `tutorial_create_simple_aas.py` for more details.