Skip to content

Commit ea0f857

Browse files
committed
fix imports
1 parent f939480 commit ea0f857

File tree

3 files changed

+1
-96
lines changed

3 files changed

+1
-96
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install Levenshtein
20+
pip install python-levenshtein
2121
pip install pylint
2222
- name: Analysing the code with pylint
2323
run: |

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
show_mutants = universalmutator.show:main
6060
prune_mutants = universalmutator.prune:main
6161
intersect_mutants = universalmutator.intersect:main
62-
mutant_server = universalmutator.server:main
6362
""",
6463
keywords='testing mutation mutation-testing',
6564
classifiers=[

universalmutator/server.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)