Skip to content

Commit b059952

Browse files
committed
remove breakpoint
1 parent 4d6f105 commit b059952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ccb/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def load_users_from_user_group(client: slack.WebClient, user_group: str) -> List
2323
u = client.users_info(user=i)["user"]
2424
users.append(User(u["id"], u["real_name"], u["tz"]))
2525

26-
breakpoint()
2726
return users
2827

2928

0 commit comments

Comments
 (0)