Skip to content

Commit e74d1b0

Browse files
Update hr_tools.py
1 parent 6c0f9ee commit e74d1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_tools/hr_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HrTools:
1717
@staticmethod
1818
@kernel_function(description="Schedule an orientation session for a new employee.")
1919
async def schedule_orientation_session(employee_name: str, date: str) -> str:
20-
# Use raw datetime for correct locale formatting
20+
# Use raw datetime for correct locale formatting
2121
today = datetime.now()
2222
formatted_date = format_date_for_user(today)
2323

0 commit comments

Comments
 (0)