Skip to content

Commit

Permalink
Pre-commit failure fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Aug 25, 2023
1 parent 8e6839d commit eb32be3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions nobrainer/processing/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

import tensorflow as tf

from .base import BaseEstimator


class CheckpointTracker(tf.keras.callbacks.ModelCheckpoint):
"""Class for saving/loading estimators at/from checkpoints."""
Expand Down
1 change: 0 additions & 1 deletion nobrainer/processing/segmentation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import importlib
import logging
import os

import tensorflow as tf

Expand Down
1 change: 0 additions & 1 deletion nobrainer/tests/checkpoint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import numpy as np
from numpy.testing import assert_allclose
import pytest
import tensorflow as tf

from nobrainer.models import meshnet
Expand Down

0 comments on commit eb32be3

Please sign in to comment.