gokceKy commited on
Commit
5f3617e
·
verified ·
1 Parent(s): b8b39db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -23,8 +23,6 @@ def temperature_converter(operation: str) -> str:
23
  Returns:
24
  str: The converted temperature result as a string.
25
 
26
- Raises:
27
- ValueError: If the input format is incorrect or an unsupported conversion is requested.
28
  """
29
  try:
30
  # Allowed characters for security
 
23
  Returns:
24
  str: The converted temperature result as a string.
25
 
 
 
26
  """
27
  try:
28
  # Allowed characters for security