Skip to content

Commit

Permalink
add blank lines at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Dec 4, 2023
1 parent c69d7f0 commit 02bd094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ignore =
# line break before binary operator
W503,
# whitespace before :
E203
E203
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: jupyterlab-nvdashboard
package-name: jupyterlab-nvdashboard
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 02bd094

Please sign in to comment.