summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fahrenheit_to_celsius/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/introduction/fahrenheit_to_celsius/common.py')
-rw-r--r--python/problems/introduction/fahrenheit_to_celsius/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/introduction/fahrenheit_to_celsius/common.py b/python/problems/introduction/fahrenheit_to_celsius/common.py
index 2962c55..485d59d 100644
--- a/python/problems/introduction/fahrenheit_to_celsius/common.py
+++ b/python/problems/introduction/fahrenheit_to_celsius/common.py
@@ -16,7 +16,6 @@ print("Temperatura je", c, "C")
'''
hint_type = {
- 'plan': Hint('plan'),
'no_input_call': Hint('no_input_call'),
'expressions_python': Hint('expressions_python'),
'printing': Hint('printing'),