amacruz commited on
Commit
74db8b5
·
verified ·
1 Parent(s): d841635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -811,8 +811,6 @@ class TinkerIQApp:
811
 
812
  return "\n".join(code_parts)
813
 
814
- def _generate_raspberry_pi_template(self, features: List[str], requirements:
815
-
816
  def _generate_raspberry_pi_template(self, features: List[str], requirements: str = "") -> str:
817
  """Generate basic Raspberry Pi Python template"""
818
  code_parts = [
 
811
 
812
  return "\n".join(code_parts)
813
 
 
 
814
  def _generate_raspberry_pi_template(self, features: List[str], requirements: str = "") -> str:
815
  """Generate basic Raspberry Pi Python template"""
816
  code_parts = [