Skip to content

Commit edc12d1

Browse files
committed
code rabbit suggestion
1 parent c1ebcab commit edc12d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/github/management/commands/github_match_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def handle(self, *_args, **kwargs):
5757

5858
def process_entities(self, model_class, users_list, threshold):
5959
"""Process entries."""
60-
model_label = model_class.__class__.__name__.capitalize()
60+
model_label = model_class.__name__.capitalize()
6161
self.stdout.write(f"\n--- Processing {model_label} ---")
6262

6363
new_members_to_create = []

0 commit comments

Comments
 (0)