Skip to content
Snippets Groups Projects
Commit 8e9982b7 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: autopep'd

parent 7b16751a
Branches
Tags
1 merge request!11DOC: Update tutorial on error handling
Pipeline #7970 passed with warnings
...@@ -206,7 +206,8 @@ def create_test_entities(): ...@@ -206,7 +206,8 @@ def create_test_entities():
After calling this function, there will be a RecordType "Human Food" with the corresponding Records After calling this function, there will be a RecordType "Human Food" with the corresponding Records
"Bread", "Tomatoes", and "Twinkies" inserted in the database. "Bread", "Tomatoes", and "Twinkies" inserted in the database.
""" """
rt = db.RecordType(name="Human Food", description="Food that can be eaten only by humans").insert() rt = db.RecordType(
name="Human Food", description="Food that can be eaten only by humans").insert()
food = ("Bread", "Tomatoes", "Twinkies") food = ("Bread", "Tomatoes", "Twinkies")
cont = db.Container() cont = db.Container()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment