Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/code/python/reactor_temperature.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
def check_reactor_temperature(temperature_celsius): """
def check_reactor_temperature(temperature_celsius):
"""
Checks whether temperature is above max_temperature
and returns a status.
"""
Expand Down
1 change: 0 additions & 1 deletion content/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ in the [Collaborative Git lesson](https://coderefinery.github.io/git-collaborati
and a file `test_functions.py` containing:

```python

from functions import add, subtract, multiply
from functions import convert_fahrenheit_to_celsius as f2c
import pytest
Expand Down