Skip to content

Commit 85192a4

Browse files
committed
black formatting applied
1 parent 395a54c commit 85192a4

6 files changed

+7
-3
lines changed

nbconvert_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from pathlib import Path
21
import os
2+
from pathlib import Path
33

44
# Configuration file for jupyter-nbconvert.
55

tests/chemistry/test_maccs_keys_fingerprint.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import importlib
2+
23
import pytest
34

45
import janitor.chemistry # noqa: disable=unused-import

tests/chemistry/test_molecular_descriptors.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import importlib
2+
23
import pytest
34

45
import janitor.chemistry # noqa: disable=unused-import

tests/chemistry/test_morgan_fingerprint.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import importlib
2+
23
import pytest
34

45
import janitor.chemistry # noqa: disable=unused-import

tests/chemistry/test_smiles2mol.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import importlib
2+
23
import pytest
34

45

tests/functions/test_change_type.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import pytest
2-
import pandas as pd
31
import numpy as np
2+
import pandas as pd
3+
import pytest
44

55

66
@pytest.mark.functions

0 commit comments

Comments
 (0)