Skip to content

Commit

Permalink
Action: Reformat based on latest black release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Mar 28, 2024
1 parent 59ed13a commit 4a870c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/tweet-commit/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for tweet_commit."""

import os
import unittest

Expand Down
1 change: 1 addition & 0 deletions .github/actions/tweet-commit/tweet_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
It also depends on running with the Current Working Directory set to the
repository root.
"""

import os
import io
import re
Expand Down

0 comments on commit 4a870c6

Please sign in to comment.