diff --git a/pyproject.toml b/pyproject.toml index 3e1b883932..f59b69f444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,11 +86,10 @@ skip_glob = [ # todo - "tests/loggers/*", + "tests/tuner/*", # todo - "tests/tuner/*", "tests/utilities/*", ] profile = "black" diff --git a/tests/loggers/test_csv.py b/tests/loggers/test_csv.py index 0663973027..003c2fa45e 100644 --- a/tests/loggers/test_csv.py +++ b/tests/loggers/test_csv.py @@ -11,11 +11,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +import os from argparse import Namespace import pytest import torch -import os from pytorch_lightning.core.saving import load_hparams_from_yaml from pytorch_lightning.loggers import CSVLogger