iammahmads commited on
Commit
290a7a4
·
verified ·
1 Parent(s): f2d1e8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ class CodeCopilot:
73
 
74
 
75
  def generate_suggestions(self, patterns):
76
- suggestions = []
77
 
78
  if patterns['function_def'] >= 1:
79
  suggestions.append("🔍 Consider organizing related functions into classes.")
 
73
 
74
 
75
  def generate_suggestions(self, patterns):
76
+ suggestions = []
77
 
78
  if patterns['function_def'] >= 1:
79
  suggestions.append("🔍 Consider organizing related functions into classes.")