Skip to content

Commit 062be2a

Browse files
committed
black
1 parent d4ba687 commit 062be2a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
run: |
3737
python -m pip install --no-build-isolation setuptools Mathics3[full] nltk PatternLite enchant
3838
make develop
39-
- name: Test Mathics3 Module nltk
40-
run: |
4139
python -m pip install -e .[full] --no-build-isolation
4240
# make develop
4341
- name: Test Mathics3 Module nltk

pymathics/natlang/normalization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
1010
This module uses spacy as a backend.
1111
"""
12+
1213
import itertools
1314
from itertools import islice
1415
from typing import Optional

0 commit comments

Comments
 (0)