Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 15, 2024
1 parent 34b6817 commit 376ac64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions superset/utils/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ def get_slack_client() -> WebClient:

def get_user_avatar(email: str, client: WebClient = None) -> str:
client = client or get_slack_client()
print("HEREHREHRHEHRHR")
print("HEREHREHRHEHRHR")
print("HEREHREHRHEHRHR")
print("HEREHREHRHEHRHR")
print("HEREHREHRHEHRHR")
print("HEREHREHRHEHRHR")
try:
response = client.users_lookupByEmail(email=email)
except Exception as ex:
Expand Down

0 comments on commit 376ac64

Please sign in to comment.