Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 8, 2024
1 parent d386a44 commit 784c2cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/tools/cancel_workflows_for_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
# limitations under the License.
#

from github import Github
import logging

import click
import coloredlogs
import logging
from github import Github

__LOG_LEVELS__ = {
"debug": logging.DEBUG,
Expand Down

0 comments on commit 784c2cf

Please sign in to comment.