Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent bc582de commit 40fd340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackbridge/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main() -> None:
channel['members'] += results['members']

# Make sure all members have been added successfully
assert(len(channel['members']) >= channel['num_members'])
assert (len(channel['members']) >= channel['num_members'])

# Get all users from Slack, but don't select bots, deactivated users, or
# slackbot, since they don't need IRC bots (they aren't users)
Expand Down

0 comments on commit 40fd340

Please sign in to comment.