Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Removed whitespace from a blank line
  • Loading branch information
karimzakir02 committed Jul 14, 2020
commit 2715614c4cde14c32d0b8dd18733fd6851fe2136
2 changes: 1 addition & 1 deletion conversions/temperature_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def fahrenheit_to_celsius(fahrenheit: float) -> float:
...
ValueError: could not convert string to float: 'fahrenheit'
"""

return round((float(fahrenheit) - 32) * 5 / 9, 2)


Expand Down