Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Sep 26, 2023
1 parent 6c7229f commit 0ae1024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hydra_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from omegaconf import MISSING, DictConfig, MissingMandatoryValue, OmegaConf
import pytest

from ranzen.hydra import register_hydra_config, prepare_for_logging
from ranzen.hydra import prepare_for_logging, register_hydra_config


def test_dataclass_no_default() -> None:
Expand Down

0 comments on commit 0ae1024

Please sign in to comment.