Skip to content

Commit

Permalink
[Bug]Fix iterable import bug (#233)
Browse files Browse the repository at this point in the history
fix iterable import bug
  • Loading branch information
HIT-cwh committed Aug 18, 2022
1 parent a5435d7 commit 8775b03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmrazor/models/mutables/derived_mutable.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

import inspect
import logging
from collections.abc import Iterable
from typing import Any, Callable, Dict, Optional, Set, Union
from typing import Any, Callable, Dict, Iterable, Optional, Set, Union

import torch
from mmengine.logging import print_log
Expand Down

0 comments on commit 8775b03

Please sign in to comment.