Skip to content

Commit b04e9ea

Browse files
+ init
1 parent 61a095b commit b04e9ea

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/workflows/test-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Lint with Ruff
3030
run: |
3131
python -m pip install -U ruff
32-
ruff --format=github --target-version=py311 .
32+
ruff -v .
3333
continue-on-error: true
3434

3535
- name: Test with pytest

src/thread/__about__.py

Whitespace-only changes.

src/thread/__init__.py

Whitespace-only changes.

src/thread/thread.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
from multiprocessing import Process

0 commit comments

Comments
 (0)