Skip to content

Commit 2e872a6

Browse files
azory-ydatafabclmnt
authored andcommitted
fix(linting): code formatting
1 parent aa7e5f1 commit 2e872a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"numba": [
4343
"numba>=0.56.0, <1",
44-
]
44+
],
4545
},
4646
package_data={
4747
"ydata_profiling": ["py.typed"],

src/ydata_profiling/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
spec_numba = importlib.util.find_spec("numba")
2323
if spec_numba is not None:
2424
from numba.core.errors import NumbaDeprecationWarning # isort:skip # noqa
25+
2526
warnings.simplefilter("ignore", category=NumbaDeprecationWarning)
2627

2728
__all__ = [

0 commit comments

Comments
 (0)