Skip to content

Commit 0c2dea8

Browse files
committed
Code fixes
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
1 parent 85b4923 commit 0c2dea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfm/src/automodel/utils/processors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from .flux import FluxProcessor
1516
from .base import BaseModelProcessor
1617
from .registry import ProcessorRegistry
17-
from .flux import FluxProcessor
1818

1919
__all__ = [
2020
"BaseModelProcessor",

0 commit comments

Comments
 (0)