Skip to content

Commit eedafc4

Browse files
committed
simplify format path
1 parent 04cb11d commit eedafc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
python-version: "3.x"
1818
- run: pip install black
19-
- run: black src/pyodr
19+
- run: black src
2020
- run: git diff --exit-code

0 commit comments

Comments
 (0)