Skip to content

Commit

Permalink
Fixed style issues (pybamm-team#13)
Browse files Browse the repository at this point in the history
- Fixed style issues in the last commit of `main` branch
  • Loading branch information
santacodes authored Jun 13, 2024
1 parent 3edc38d commit f4812f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Set up uv
uses: yezz123/setup-uv@v4
Expand Down
1 change: 1 addition & 0 deletions src/pybamm_cookiecutter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

__all__ : list[str] = [
"__version__",
"pybamm",
]

0 comments on commit f4812f3

Please sign in to comment.