Skip to content

Commit

Permalink
fixed # line length tutorial_backend_couchdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty2500 committed Dec 13, 2023
1 parent 34e113a commit f1c6858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basyx/aas/examples/tutorial_backend_couchdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
object_store.add(example_submodel2)


###################################################################
####################################################################
# Step 3: Updating Objects from the CouchDB and Committing Changes #
###################################################################
####################################################################

# Since the CouchDBObjectStore has set the `source` attribute of our Submodel objects, we can now use update() and
# commit() to synchronize changes to these objects with the database. The `source` indicates (via its URI scheme) that
Expand Down

0 comments on commit f1c6858

Please sign in to comment.