Skip to content

Commit

Permalink
Merge pull request #1555 from GSA/notify-admin-1545b
Browse files Browse the repository at this point in the history
Admin: Use Vulture to identify potentially unused code
  • Loading branch information
ccostino authored May 31, 2024
2 parents 42912bb + 5f92f9a commit 7bc8e64
Show file tree
Hide file tree
Showing 12 changed files with 171 additions and 886 deletions.
3 changes: 1 addition & 2 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from app import proxy_fix
from app.asset_fingerprinter import asset_fingerprinter
from app.config import configs
from app.extensions import redis_client, zendesk_client
from app.extensions import redis_client
from app.formatters import (
convert_markdown_template,
convert_to_boolean,
Expand Down Expand Up @@ -202,7 +202,6 @@ def create_app(application):
user_api_client,
# External API clients
redis_client,
zendesk_client,
):
client.init_app(application)

Expand Down
2 changes: 0 additions & 2 deletions app/extensions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from notifications_utils.clients.redis.redis_client import RedisClient
from notifications_utils.clients.zendesk.zendesk_client import ZendeskClient

zendesk_client = ZendeskClient()
redis_client = RedisClient()
Empty file.
55 changes: 0 additions & 55 deletions notifications_utils/clients/antivirus/antivirus_client.py

This file was deleted.

Empty file.
86 changes: 0 additions & 86 deletions notifications_utils/clients/encryption/encryption_client.py

This file was deleted.

Empty file.
150 changes: 0 additions & 150 deletions notifications_utils/clients/zendesk/zendesk_client.py

This file was deleted.

Loading

0 comments on commit 7bc8e64

Please sign in to comment.