Skip to content

Commit 507e453

Browse files
committed
Linting fix
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
1 parent dfb8608 commit 507e453

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 . import flux
1516
from .base import BaseModelProcessor
1617
from .registry import ProcessorRegistry
17-
from . import flux
1818

1919
__all__ = [
2020
"BaseModelProcessor",

0 commit comments

Comments
 (0)