Skip to content

Commit

Permalink
Rebase and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Feb 7, 2024
1 parent 691bd68 commit ddd930c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nncf/quantization/algorithms/min_max/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def _get_quantizer_setup(
global_constraints=self._global_quantizer_constraints,
post_processing_marker_metatypes=post_processing_types,
metatypes_to_ignore=metatypes_to_ignore,
scope_overrides=scope_overrides
scope_overrides=scope_overrides,
)

quantization_proposal = solver.run_on_ip_graph(ip_graph)
Expand Down
2 changes: 1 addition & 1 deletion tests/tensorflow/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# 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.
from pathlib import Path
import os
from pathlib import Path

import pytest

Expand Down

0 comments on commit ddd930c

Please sign in to comment.