Skip to content

Commit 9d8aba1

Browse files
committed
Run black
1 parent ff25551 commit 9d8aba1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/black.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Code style (Black)
22

33
on:
4-
push:
5-
paths: ["**/*.py", "pyproject.toml"]
64
pull_request:
75

86
jobs:

demos/models/education.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"persons.student",
1313
]
1414

15+
1516
@orca.step(STEP_NAME)
1617
def education(
1718
persons, edu_highschool_proportion, edu_highschool_grads_proportion, year

0 commit comments

Comments
 (0)