Skip to content

Commit c1d444e

Browse files
committed
Formatting
Signed-off-by: Kunjan Patel <kunjan@ucla.edu>
1 parent 1a1cf08 commit c1d444e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/maxdiffusion/configuration_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
from collections import OrderedDict
2525
from pathlib import PosixPath
2626
from typing import Any, Dict, Tuple, Union
27-
27+
from . import max_logging
2828
import numpy as np
2929

3030
from huggingface_hub import create_repo, hf_hub_download
3131
from huggingface_hub.utils import EntryNotFoundError, RepositoryNotFoundError, RevisionNotFoundError
3232
from requests import HTTPError
33-
import max_logging
3433
import jax.numpy as jnp
3534
from . import __version__
3635
from .utils import (

0 commit comments

Comments
 (0)