acecalisto3 commited on
Commit
c27556a
·
verified ·
1 Parent(s): 3a3acb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -121,7 +121,6 @@ class GitHubBot:
121
  timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
122
  resolution_file = f"{RESOLUTIONS_DIRECTORY}/resolution_{issue_number}_{timestamp}.md"
123
 
124
- ```python
125
  with open(resolution_file, "w") as f:
126
  f.write(f"# Resolution for Issue #{issue_number}\n\n{resolution}")
127
 
 
121
  timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
122
  resolution_file = f"{RESOLUTIONS_DIRECTORY}/resolution_{issue_number}_{timestamp}.md"
123
 
 
124
  with open(resolution_file, "w") as f:
125
  f.write(f"# Resolution for Issue #{issue_number}\n\n{resolution}")
126