Refactor code for speed and clarity

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
pull/13486/head
Glenn Jocher 2025-01-06 21:25:12 +01:00 committed by GitHub
parent f003c3df9e
commit 6981c2742a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN}}
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
labels: true # autolabel issues and PRs
python: true # format Python code and docstrings
prettier: true # format YAML, JSON, Markdown and CSS