Skip to content

Commit

Permalink
Fix typo in the import (#3162)
Browse files Browse the repository at this point in the history
Signed-off-by: Hitarth Mehta <quic_hitameht@quicinc.com>
  • Loading branch information
quic-hitameht committed Jul 11, 2024
1 parent c257278 commit 52da505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
""" Keras bn_reestimation Nightly Tests """
import json
import tempfile
from Pathlib import Path
from pathlib import Path
import tensorflow as tf
import numpy as np
from aimet_common.defs import QuantScheme
Expand Down

0 comments on commit 52da505

Please sign in to comment.