Skip to content

Commit

Permalink
fix: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 10, 2025
1 parent 771534a commit 13dc857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"uses: python-social-auth/social-core/.github/workflows/release-shared.yml@master",
),
}
ADJUST_FROM_BASE_EXCEPTIONS = tuple[tuple[str, str], ...] = (
ADJUST_FROM_BASE_EXCEPTIONS: tuple[tuple[str, str], ...] = (
# These do not release
(".github", ".github/workflows/release.yml"),
("social-docs", ".github/workflows/release.yml"),
Expand Down

0 comments on commit 13dc857

Please sign in to comment.