Skip to content

Commit

Permalink
Update lint #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Nov 27, 2024
1 parent 6ff3272 commit 457089c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion tests/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
SPDX-License-Identifier: MIT
"""

from super_repo.example_calculator import add, divide, multiply, subtract
from pytest import raises
from super_repo.example_calculator import add, divide, multiply, subtract


def test_addition():
Expand Down

0 comments on commit 457089c

Please sign in to comment.