Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-steinmeyer committed Jul 6, 2023
1 parent 2746549 commit 8631b8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kerassurgeon/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Utilities used across other modules."""
import numpy as np
from tensorflow.keras.layers import Layer
from tensorflow.keras.activations import linear
import tensorflow as tf
from ._utils import node as node_utils
Expand Down

0 comments on commit 8631b8b

Please sign in to comment.