Skip to content

Commit

Permalink
fix: pylint disable import-error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Jul 30, 2024
1 parent 0313bb2 commit ffc37ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qiboml/models/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

import keras
import numpy as np
import tensorflow as tf

# from keras.src.backend import compute_output_spec
import tensorflow as tf # pylint: disable=import-error
from qibo.config import raise_error

import qiboml.models.ansatze as ans
Expand Down

0 comments on commit ffc37ea

Please sign in to comment.