Skip to content

Commit

Permalink
Fix erroneous import in credentials service
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Sep 12, 2024
1 parent 67e3921 commit 9bdd2a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/src/backend/services/CredentialsService.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from backend.conf.constants import SECRETS_TENANT, TAPIS_SERVICE_ACCOUNT, SECRETS_TENANT
from backend.services.TapisServiceAPIGateway import TapisServiceAPIGateway
from backend.services.Service import Service
from backend.views.http.secrets import ReqSecret


class CredentialsService(Service):
Expand Down

0 comments on commit 9bdd2a2

Please sign in to comment.