Skip to content

Commit

Permalink
fix(linting): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Jan 17, 2025
1 parent abcf062 commit c126314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"numba": [
"numba>=0.56.0, <1",
]
],
},
package_data={
"ydata_profiling": ["py.typed"],
Expand Down
1 change: 1 addition & 0 deletions src/ydata_profiling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
spec_numba = importlib.util.find_spec("numba")
if spec_numba is not None:
from numba.core.errors import NumbaDeprecationWarning # isort:skip # noqa

warnings.simplefilter("ignore", category=NumbaDeprecationWarning)

__all__ = [
Expand Down

0 comments on commit c126314

Please sign in to comment.