Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion d2go/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
CONFIG_CUSTOM_PARSE_REGISTRY,
CONFIG_SCALING_METHOD_REGISTRY,
load_full_config_from_file,
reroute_config_path,
temp_defrost,
temp_new_allowed,
)
from d2go.config.utils import reroute_config_path


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion d2go/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import copy
import logging
from typing import List
from unittest import mock

import mock
import yaml
from d2go.config.utils import reroute_config_path, resolve_default_config
from detectron2.config import CfgNode as _CfgNode
Expand Down