Skip to content

Commit

Permalink
remove chunk code
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Mar 25, 2024
1 parent 8792cd9 commit 224ddf3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dsp_permissions_scripts/utils/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ def get_login_credentials(host: str) -> tuple[str, str]:
"Please define 'DSP_USER_EMAIL' and 'DSP_USER_PASSWORD' in the file '.env'."
)
return user, pw



def get_protocol(host: str) -> str:
return "removethis"

0 comments on commit 224ddf3

Please sign in to comment.