fixing pylint violations
This commit is contained in:
parent
19a4dde84f
commit
afbb2ba37f
6 changed files with 34 additions and 22 deletions
|
@ -4,6 +4,7 @@ from brewing import cooking
|
|||
from brewing import inspection
|
||||
|
||||
def make_example_potion(student_name="ASPP student"):
|
||||
"""Make and return an example potion."""
|
||||
my_potion = potion_class.Potion(student_name=student_name)
|
||||
# Set up your old kettle and light an eternal flame underneath it.
|
||||
my_potion.setup(container=containers.OLD_KETTLE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue