Skip to content

Commit

Permalink
Remove unused type: ignore comment and switch to coincidence as the t…
Browse files Browse the repository at this point in the history
…est helper
  • Loading branch information
domdfcoding committed Jul 13, 2021
1 parent 76aa3f3 commit f8ae512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest_plugins = ("domdf_python_tools.testing", )
pytest_plugins = ("coincidence", )
2 changes: 1 addition & 1 deletion wordle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import numpy
from domdf_python_tools.typing import PathLike
from matplotlib.colors import Colormap # type: ignore
from numpy.random.mtrand import RandomState # type: ignore
from numpy.random.mtrand import RandomState
from wordcloud import WordCloud # type: ignore

# this package
Expand Down

0 comments on commit f8ae512

Please sign in to comment.