Skip to content

Commit

Permalink
add back noqa comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Lavee committed Feb 21, 2024
1 parent 4be9639 commit 32f46bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def requirements():

setup(
name="skll",
version=__version__, # type: ignore
version=__version__, # type: ignore # noqa: F821
description=(
"SciKit-Learn Laboratory makes it easier to run machine "
"learning experiments with scikit-learn."
Expand Down

0 comments on commit 32f46bf

Please sign in to comment.