Skip to content

Commit

Permalink
Drop obsolete config vars (#60)
Browse files Browse the repository at this point in the history
Usage was dropped in #58
  • Loading branch information
amureki authored Apr 19, 2024
1 parent 9d177a6 commit 2d10a70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sam/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
BRAVE_SEARCH_LONGITUDE = os.getenv("BRAVE_SEARCH_LONGITUDE")
BRAVE_SEARCH_LATITUDE = os.getenv("BRAVE_SEARCH_LATITUDE")
SENTRY_DSN = os.getenv("SENTRY_DSN")
GITHUB_ORG = os.getenv("GITHUB_ORG")
GITHUB_REPOSITORY = os.getenv("GITHUB_REPOSITORY")
GITHUB_REPOS = enum.StrEnum(
"GITHUB_REPOS",
{repo: repo for repo in os.getenv("GITHUB_REPOS", "").split(",") if repo},
Expand Down

0 comments on commit 2d10a70

Please sign in to comment.