Skip to content

Commit

Permalink
Testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Feb 20, 2024
1 parent b878ca0 commit 8cc43ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: actions/[email protected]
- uses: psf/black@stable
with:
options: "--line-length=120"
options: "--line-length=120 --check --diff"
version: "24.2.0"
5 changes: 3 additions & 2 deletions pros/cli/conductor.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import os.path
from itertools import groupby


from pros.cli.common import *
import pros.common.ui as ui
import pros.conductor as c
from pros.cli.common import *
from pros.conductor.templates import ExternalTemplate
from pros.ga.analytics import analytics
from itertools import groupby


@pros_root
Expand Down

0 comments on commit 8cc43ad

Please sign in to comment.