diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 21:01:55 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 21:01:55 +0200 |
commit | b12c97653c2ee004292b0fdfd770a2c59451854b (patch) | |
tree | 558d86421b118290ab68743785fd84e6208b17cd /tests/test_noop.py | |
parent | 30ee34f106c5052cf0a60361d3220427b5753557 (diff) |
Linting rest of the files and adding pylint to GHA.
Diffstat (limited to 'tests/test_noop.py')
-rw-r--r-- | tests/test_noop.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_noop.py b/tests/test_noop.py deleted file mode 100644 index 61de3a2..0000000 --- a/tests/test_noop.py +++ /dev/null @@ -1,2 +0,0 @@ -def test_noop(): - pass |