Skip to content

Commit cf44aa0

Browse files
committed
Import order fix
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
1 parent 0c2dea8 commit cf44aa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

15-
from .flux import FluxProcessor
1615
from .base import BaseModelProcessor
16+
from .flux import FluxProcessor
1717
from .registry import ProcessorRegistry
1818

19+
1920
__all__ = [
2021
"BaseModelProcessor",
2122
"ProcessorRegistry",

0 commit comments

Comments
 (0)