Skip to content

Commit 20795e5

Browse files
fix: Fixed a micro typo
1 parent b1b731a commit 20795e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diracx-logic/src/diracx/logic/pilots/management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def register_new_pilots(
3030
pilot_db=pilot_db, pilot_stamps=pilot_stamps
3131
)
3232

33-
# If we found pilots from the list, this means some pilots already exists
33+
# If we found pilots from the list, this means some pilots already exist
3434
if len(existing_pilots) > 0:
3535
found_keys = {pilot["PilotStamp"] for pilot in existing_pilots}
3636

0 commit comments

Comments
 (0)