Skip to content

Commit cc5bc9a

Browse files
committed
run pre-commit run --all-files
1 parent 5ec192c commit cc5bc9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/label_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Sync labels with closing issues
1515
uses: wd60622/[email protected]
1616
env:
17-
GH_TOKEN: ${{ github.token }}
17+
GH_TOKEN: ${{ github.token }}

package_name/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Top-level module for package_name."""
2+
23
from beartype.claw import beartype_this_package
34

45
from .model import my_model

0 commit comments

Comments
 (0)