Skip to content

Commit

Permalink
cleanup for mvp release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddigital committed May 26, 2024
1 parent 8ff9134 commit c655a22
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

OPENAI_API_KEY = os.getenv('OPENAI_API_KEY')
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
GITLAB_TOKEN = os.getenv('GITLAB_TOKEN')
DEBUG_MODE = os.getenv('DEBUG_MODE', 'false').lower() == 'true'
Empty file removed src/gitlab_client.py
Empty file.
Empty file removed src/review_tools.py
Empty file.
Empty file removed src/utils.py
Empty file.

0 comments on commit c655a22

Please sign in to comment.