Commit 3df372ba authored by Nathan Frey's avatar Nathan Frey
Browse files

flake8 fixes

parent 90ede031
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@ Feature calculations.
import inspect
import logging
import numpy as np
import multiprocessing
from typing import Any, Dict, List, Iterable, Sequence, Tuple, Union, cast
from typing import Any, Dict, Iterable, Tuple, Union, cast

from deepchem.utils import get_print_threshold
from deepchem.utils.typing import PymatgenStructure
+1 −1

File changed.

Contains only whitespace changes.